FTAM/9000 Reference Manual

84 Chapter 4
Event Management Errors
EM return_codes
MESSAGE EME005_TIMEOUT
CAUSE None of the posted events were noted within the time
allotted by the timeout parameter.
ACTION Call em_wait() again to receive the noted events,
possibly with a longer timeout parameter.
MESSAGE EME031_INVALID_BUF_PTR
CAUSE Invalid buffer pointer; you provided a NULL pointer
instead of a valid address for one of the parameters.
The result->vendor_code indicates the
return_event_name is invalid. Only the function return
value reflects the error if the result parameter is
invalid.
ACTION Set the return_event_name and result parameters to
valid, non- NULL values.
MESSAGE EME032_IPC_ERROR
CAUSE Your program could not access the ftam_init
processing the return_event_name.
ACTION Refer to the result->vendor_code for the actual IPC
error value. Call em_gperror() to translate the value
into a message and refer to the log file to determine
why you could not access ftam_init. If you are unable
to correct the error, refer to the OSI Troubleshooting
Guide.
MESSAGE EME090_INV_DYNAMIC_MEM_PTR
CAUSE The memory_pointer you specified is not the address of
dynamic memory allocated by the interface.
ACTION Only call em_fdmemory() with the address of dynamic
memory allocated by em_gperror().