Error messages
In some cases, the tag can respond with an error code. The error handler app has APP_ID 0x0FFF. Currently are implemented two error codes on the tag:
1) error - application does not exist (error code 0xFE)
type | length [B] | value |
---|---|---|
0x0FFF | 1 | 0xFE |
2) error - corrupted data (error code 0xFF)
type | length [B] | value |
---|---|---|
0x0FFF | 1 | 0xFF |