FTAM/9000 Reference Manual

86 Chapter 4
Event Management Errors
EM vendor_codes
EM vendor_codes
This section contains a list of values that may be returned in the result-
>vendor_code field when calling em_wait(), em_fdmemory(), and
em_gperror().
result->return_code
MESSAGE EMV000_NO_CODE_SUPPLIED
CAUSE No additional vendor-specific information is available;
the return_code provides sufficient information.
ACTION Informative message; no action required.
MESSAGE EMV002_PARAM_EVENT_NAME
CAUSE The return_event_name buffer pointer is set to NULL.
ACTION Set the return_event_name parameter to a valid,
non-NULL value.
MESSAGE EMV003_PARAM_IN_RESULT
CAUSE The input_result buffer pointer is set to NULL.
ACTION Set the input_result parameter to a valid, non-NULL
value.
MESSAGE EMV004_PARAM_RET_STRING
CAUSE The return_string buffer pointer is set to NULL.
ACTION Set the return_string parameter to a valid, non-NULL
value.