Error
public enum Error : Swift.Error
Undocumented
-
when the APDU body exceeds 65535
Declaration
Swift
case commandBodyDataTooLarge
-
when the expected APDU response length is out of bounds [0, 65536]
Declaration
Swift
case expectedResponseLengthOutOfBounds
-
when the APDU response data is not at least two bytes long
Declaration
Swift
case insufficientResponseData(data: Data)