FTAM/9000 Reference Manual

Chapter 1 15
FTAM return_codes
inout_dcb->result.return_code
inout_dcb->result.return_code
MESSAGE FTE000_SUCCESS
CAUSE Successful function execution (no error).
ACTION Informative message; no action required.
MESSAGE FTE001_INV_EVENT_NAME
CAUSE The return_event_name is a negative value and
therefore, invalid.
ACTION Call the function with a valid, positive
return_event_name.
MESSAGE FTE002_DUP_EVENT_NAME
CAUSE You previously made an asynchronous call using the
same value for return_event_name.
ACTION Call the function asynchronously with a
return_event_name that is not already in use.
MESSAGE FTE003_ABORT_IND_RCVD
CAUSE An abort indication was received on the connection_id
specified in the call.
ACTION Call ft_ireceive() to obtain abort information. Perform
error recovery based on the information returned in
either the inout_dcb->info.pabort_info or
inout_dcb->info.aabort_info field. If the error still
occurs, refer to the OSI Troubleshooting Guide.