exception documentation
class WarningProcessingException(SWException):
Constructor: WarningProcessingException(data, sw1, sw2, message)
Raised when a warning processing is detected from sw1, sw2. Examples of warning processing exception: sw1=62 or sw=63 (ISO7816-4).
| 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 |