public static class NurApiErrors| ErrorCodeToString | Get human readable error message for error code. |
| NUR_ERROR_APP_NOT_PRESENT | Module application not present |
| NUR_ERROR_BAD_ANTENNA | Antenna too bad |
| NUR_ERROR_BUFFER_TOO_SMALL | Buffer too small |
| NUR_ERROR_CRC_CHECK | Memory check failed |
| NUR_ERROR_CRC_MISMATCH | CRC mismatch in parameter |
| NUR_ERROR_FILE_INVALID | File error; not in NUR format |
| NUR_ERROR_FILE_NOT_FOUND | File not found |
| NUR_ERROR_G2_ACCESS | G2 access error |
| NUR_ERROR_G2_RD_PART | G2 Partially successful read |
| NUR_ERROR_G2_READ | G2 Read error = ; unspecified |
| NUR_ERROR_G2_SELECT | G2 select error |
| NUR_ERROR_G2_SPECIAL | Special error; Some additional debug data is returned with this error |
| NUR_ERROR_G2_TAG_CRYPTO_SUITE | Tag backscattered error code 0x05: cryptographic suite error. |
| NUR_ERROR_G2_TAG_INSUF_POWER | The tag has insufficient power to perform the memory-write operation |
| NUR_ERROR_G2_TAG_INSUF_PRIVILEDGE | Tag backscattered error code 0x04: insufficient priviledge. |
| NUR_ERROR_G2_TAG_MEM_LOCKED | The specified memory location is locked and/or permalocked and is either not writeable or not readable |
| NUR_ERROR_G2_TAG_MEM_OVERRUN | The specified memory location does not exists or the EPC length field is not supported by the tag |
| NUR_ERROR_G2_TAG_NON_SPECIFIC | The tag does not support error-specific codes |
| NUR_ERROR_G2_TAG_NOT_ENCAPSULATED | Tag backscattered error code 0x06: command was not encapsulated in AuthComm or SecureComm. |
| NUR_ERROR_G2_TAG_NOT_SUPPORTED | Tag backscattered error code 0x01: not supported parameters or feature. |
| NUR_ERROR_G2_TAG_OTHER_ERROR | Tag backscattered error code 0x00: "catch all" error. |
| NUR_ERROR_G2_TAG_RESP | G2 Tag read responded w/ error |
| NUR_ERROR_G2_TAG_RESPBUFFER_OVF | Tag backscattered error code 0x07: ResponseBuffer overflowed. |
| NUR_ERROR_G2_TAG_SEC_TIMEOUT | Tag backscattered error code 0x10: failure because of security timeout. |
| NUR_ERROR_G2_WR_PART | G2 Partially successful write |
| NUR_ERROR_G2_WRITE | G2 Write error = ; unspecified |
| NUR_ERROR_GENERAL | Generic = ; non-interpreted / unexpected error |
| NUR_ERROR_HW_MISMATCH | HW mismatch |
| NUR_ERROR_INVALID_COMMAND | Invalid command sent to module |
| NUR_ERROR_INVALID_HANDLE | Invalid handle passed to function |
| NUR_ERROR_INVALID_LENGTH | Invalid packet length sent to module |
| NUR_ERROR_INVALID_PACKET | Packet is invalid |
| NUR_ERROR_INVALID_PARAMETER | Invalid command parameter(s); Invalid function parameter(s) |
| NUR_ERROR_LOW_VOLTAGE | Low voltage |
| NUR_ERROR_MCU_ARCH | NUR file and module's MCU architecture mismatch |
| NUR_ERROR_MISSING_SELDATA | G2 select data missing |
| NUR_ERROR_NO_PAYLOAD | Packet contains no payload |
| NUR_ERROR_NO_TAG | No tag(s) found |
| NUR_ERROR_NOT_READY | Device not ready or region that is being programmed is not unlocked |
| NUR_ERROR_NOT_SUPPORTED | Functionality not supported |
| NUR_ERROR_NOT_WORD_BOUNDARY | Data not in WORD boundary |
| NUR_ERROR_OVER_TEMP | Over temperature |
| NUR_ERROR_PACKET_CS_ERROR | Packet Checksum failure |
| NUR_ERROR_PACKET_TOO_LONG | Packet too long |
| NUR_ERROR_PAGE_PROGRAM | Page programming failure |
| NUR_ERROR_PARAMETER_MISMATCH | Parameter mismatch |
| NUR_ERROR_PARAMETER_OUT_OF_RANGE | Command parametr(s) out of range |
| NUR_ERROR_PROGRAM_FAILED | Programming failure |
| NUR_ERROR_QUERY_BUSY | Device query is busy. |
| NUR_ERROR_READER_HW | HW error |
| NUR_ERROR_RECEIVE_TIMEOUT | Data receive timeout |
| NUR_ERROR_RESEND_PACKET | Device wants to have last packet again due to the transfer failure. |
| NUR_ERROR_RESERVED1 | Reserved for future use. |
| NUR_ERROR_RESP_AIR | Air error |
| NUR_ERROR_SERVER | TCP/IP Server error |
| NUR_ERROR_TR_NOT_CONNECTED | Transport not connected |
| NUR_ERROR_TR_SUSPENDED | Transport suspended error |
| NUR_ERROR_TR_TIMEOUT | Transport timeout |
| NUR_ERROR_TRANSPORT | Transport error |
| NUR_NO_ERROR | Call succeeded; Same as NUR_SUCCESS |
| NUR_SUCCESS | Call succeeded; Same as NUR_NO_ERROR |