OSI/FTAM Programming Reference Manual

NonStop FTAM Initiator Error Messages
HP NonStop OSI/FTAM Programming Reference Manual528611-001
B-3
Status Codes
0
Effect. This code has two meanings.
If you receive ZAPS-VAL-STATUS-OK (0) after a call to an FTM or APS procedure in
wait mode or after MFM_AWAITIOX_ in nowait mode, the operation was successful.
If you receive ZAPS-VAL-STATUS-OK (0) after a call to an FTM or APS procedure in
nowait mode, the operation was successfully initiated.
Recovery. None is required.
1
Effect. This code shows that you have received an event. Only the following two
procedures return ZAPS-VAL-STATUS-EVENT:
APS_EVENT_RECEIVE_, when you call it in wait mode.
MFM_AWAITIOX_, when it completes a nowait event receive operation.
Recovery. Call APS_STATUS_ to identify the event. Take appropriate action
depending on the event. For a list of possible event values, see Table A-1 on
page A-39.
2
Effect. This code shows that the operation you requested failed, and you should not
retry it.
Recovery. None is specified.
4
Effect. The operation you requested failed, but you should retry it after a delay. For
example, this value is returned when you issue an APS_EVENT_RECEIVE_ call with
the time-limit parameter set to 0D (check for event without waiting) and no event
has been received.
Recovery. Wait and then repeat the procedure call that failed.
ZAPS-VAL-STATUS-OK
ZAPS-VAL-STATUS-EVENT
ZAPS-VAL-STATUS-NO-RETRY
ZAPS-VAL-STATUS-RETRY-LATER