NurApiErrors Class

Class of NurApiErrors

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public static class NurApiErrors
Inheritance
Object    NurApiErrors

Methods

ErrorCodeToString Get human readable error message for error code.

Fields

NUR_ERROR_APP_NOT_PRESENTModule application not present
NUR_ERROR_BAD_ANTENNAAntenna too bad
NUR_ERROR_BUFFER_TOO_SMALLBuffer too small
NUR_ERROR_CRC_CHECKMemory check failed
NUR_ERROR_CRC_MISMATCHCRC mismatch in parameter
NUR_ERROR_FILE_INVALIDFile error; not in NUR format
NUR_ERROR_FILE_NOT_FOUNDFile not found
NUR_ERROR_G2_ACCESSG2 access error
NUR_ERROR_G2_RD_PARTG2 Partially successful read
NUR_ERROR_G2_READG2 Read error = ; unspecified
NUR_ERROR_G2_SELECTG2 select error
NUR_ERROR_G2_SPECIALSpecial 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_POWERThe 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_LOCKEDThe specified memory location is locked and/or permalocked and is either not writeable or not readable
NUR_ERROR_G2_TAG_MEM_OVERRUNThe specified memory location does not exists or the EPC length field is not supported by the tag
NUR_ERROR_G2_TAG_NON_SPECIFICThe 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_RESPG2 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_PARTG2 Partially successful write
NUR_ERROR_G2_WRITEG2 Write error = ; unspecified
NUR_ERROR_GENERALGeneric = ; non-interpreted / unexpected error
NUR_ERROR_HW_MISMATCHHW mismatch
NUR_ERROR_INVALID_COMMANDInvalid command sent to module
NUR_ERROR_INVALID_HANDLEInvalid handle passed to function
NUR_ERROR_INVALID_LENGTHInvalid packet length sent to module
NUR_ERROR_INVALID_PACKETPacket is invalid
NUR_ERROR_INVALID_PARAMETERInvalid command parameter(s); Invalid function parameter(s)
NUR_ERROR_LOW_VOLTAGELow voltage
NUR_ERROR_MCU_ARCHNUR file and module's MCU architecture mismatch
NUR_ERROR_MISSING_SELDATAG2 select data missing
NUR_ERROR_NO_PAYLOADPacket contains no payload
NUR_ERROR_NO_TAGNo tag(s) found
NUR_ERROR_NOT_READYDevice not ready or region that is being programmed is not unlocked
NUR_ERROR_NOT_SUPPORTEDFunctionality not supported
NUR_ERROR_NOT_WORD_BOUNDARYData not in WORD boundary
NUR_ERROR_OVER_TEMPOver temperature
NUR_ERROR_PACKET_CS_ERRORPacket Checksum failure
NUR_ERROR_PACKET_TOO_LONGPacket too long
NUR_ERROR_PAGE_PROGRAMPage programming failure
NUR_ERROR_PARAMETER_MISMATCHParameter mismatch
NUR_ERROR_PARAMETER_OUT_OF_RANGECommand parametr(s) out of range
NUR_ERROR_PROGRAM_FAILEDProgramming failure
NUR_ERROR_QUERY_BUSY Device query is busy.
NUR_ERROR_READER_HWHW error
NUR_ERROR_RECEIVE_TIMEOUTData receive timeout
NUR_ERROR_RESEND_PACKETDevice wants to have last packet again due to the transfer failure.
NUR_ERROR_RESERVED1Reserved for future use.
NUR_ERROR_RESP_AIRAir error
NUR_ERROR_SERVERTCP/IP Server error
NUR_ERROR_TR_NOT_CONNECTEDTransport not connected
NUR_ERROR_TR_SUSPENDEDTransport suspended error
NUR_ERROR_TR_TIMEOUTTransport timeout
NUR_ERROR_TRANSPORTTransport error
NUR_NO_ERRORCall succeeded; Same as NUR_SUCCESS
NUR_SUCCESSCall succeeded; Same as NUR_NO_ERROR

See Also