The structure members of error2text_t are:
|
uint32_t item; /*the error code*/
char test[CS_ERROR_MAX_BUFSIZE}; /*the error code*/
|
A pointer to the text for the Card Services error return code in the item field is returned in the text field if the error return code is found. The client is
not responsible for allocating a buffer to hold the text. If the Card Services error return code specified in the item field is not found, the text field will be set to a string of the
form:
"{unknown Card Services return code}"
|