NXP Reader Library  v17.1.0.2535
ErrorCodes_VICC

Description of actual error codes received from VICC. These codes are for reference purpose only. More...

Collaboration diagram for ErrorCodes_VICC:

Macros

#define PHAL_ICODE_RESP_ERR_COMMAND_NOT_SUPPORTED   0x01U
 The command is not supported, i.e. More...
 
#define PHAL_ICODE_RESP_ERR_COMMAND_NOT_RECOGNIZED   0x02U
 The command is not recognized, for example: a format error occurred.
 
#define PHAL_ICODE_RESP_ERR_COMMAND_OPTION_NOT_SUPPORTED   0x03U
 The command option is not supported.
 
#define PHAL_ICODE_RESP_ERR_NO_INFORMATION   0x0FU
 Error with no information given or a specific error code is not supported.
 
#define PHAL_ICODE_RESP_ERR_BLOCK_NOT_AVAILABLE   0x10U
 The specified block is not available (does not exist).
 
#define PHAL_ICODE_RESP_ERR_BLOCK_LOCKED   0x11U
 The specified block is already locked and thus cannot be locked again.
 
#define PHAL_ICODE_RESP_ERR_CONTENT_CHANGE_FAILURE   0x12U
 The specified block is locked and its content cannot be changed.
 
#define PHAL_ICODE_RESP_ERR_BLOCK_PROGRAMMING_FAILURE   0x13U
 The specified block was not successfully programmed.
 
#define PHAL_ICODE_RESP_ERR_BLOCK_NOT_LOCKED   0x14U
 The specified block was not successfully locked.
 
#define PHAL_ICODE_RESP_ERR_BLOCK_PROTECTED   0x15U
 The specified block is protected.
 
#define PHAL_ICODE_RESP_ERR_GENERIC_CRYPTO_ERROR   0x40U
 Generic cryptographic error.
 

Detailed Description

Description of actual error codes received from VICC. These codes are for reference purpose only.

Note
All the interfaces will return codes mentioned in Library Mapped ErrorCodes and not these codes.

Macro Definition Documentation

◆ PHAL_ICODE_RESP_ERR_COMMAND_NOT_SUPPORTED

#define PHAL_ICODE_RESP_ERR_COMMAND_NOT_SUPPORTED   0x01U

The command is not supported, i.e.

the request code is not recognized.