FTAM/9000 Reference Manual

Chapter 4 85
Event Management Errors
EM return_codes
MESSAGE EME097_NO_SPACE_AVAILABLE
CAUSE The interface could not allocate sufficient space for the
return_string and vendor_string; the system ran out of
memory.
ACTION Free any allocated dynamic memory that is no longer
needed and call the function again. EXAMPLE: You
made multiple calls to em_gperror() requesting that
the interface allocate memory; however, you did not
call em_fdmemory() to free the memory after
em_gperror() completed.
MESSAGE EME098_INVALID_RETURN_CODE
CAUSE The input_results structure contains a return_code
that does not exist.
ACTION Only call em_gperror() with an
input_result->return_code that was returned by the
interface.