3.6.2 Mapping Host Error Code To OBAPI Error Code
When a transaction fails in host, it provides an error code in response to the failed transaction. This error code provided by the host could be mapped with OBAPI error code to provide a user friendly error message.
This host error code and OBAPI error code mapping is done in
DIGX_FW_ERR_COD_MAP
table.
THIRD_PARTY_ERR_COD
column holds the host error code.
LOCAL_ERR_COD
column holds OBAPI error code which must
be present in DIGX_FW_ERROR_MESSAGES
table from where error message
will be picked.
Parent topic: Error Messages