exception documentation
class CheckingErrorException(SWException):
Constructor: CheckingErrorException(data, sw1, sw2, message)
Raised when a checking error is detected from sw1, sw2. Examples of checking error: sw1=67 to 6F (ISO781604).
| Method | __init__ |
Undocumented |
Inherited from SWException:
| Method | __str__ |
Undocumented |
| Instance Variable | data |
response apdu sw1 |
| Instance Variable | message |
response apdu data |
| Instance Variable | sw1 |
response apdu sw2 |
| Instance Variable | sw2 |
Undocumented |