8#ifndef IFX_APDU_ERROR_H
9#define IFX_APDU_ERROR_H
24#define IFX_ERROR_GET_APDU 0x05u
29#define IFX_ERRORS_NOT_REGISTERED 0x07u
34#define IFX_ERROR_MSG_EMPTY_MAP_LIST \
35 "Invalid error map list input. Cannot extract the error message."
40#define IFX_ERROR_MSG_UNAVAILABLE "Error description unavailable"
45#define IFX_EMPTY_STRING ""
70 uint8_t apdu_error_map_list_length,
uint8_t * ifx_apdu_error_get_message(ifx_apdu_error_map_t *apdu_error_map_list, uint8_t apdu_error_map_list_length, const ifx_apdu_t *apdu, const ifx_apdu_response_t *response)
Returns the error message with respect to the INS and SW.
APDU (response) en-/decoding utility.
Infineon specific error code creation and parsing.
Struct that holds APDU Error's message with respective to the INS and SW.
Data storage struct for APDU response information.
Data storage for APDU fields.