Previous Page Contents Page Next Page

Appendix A: Common Return Codes

This appendix describes the primary and secondary return codes that are common to all NOF verbs.

Return codes that are specific to a particular verb, or a group of verbs, are described in the individual verb descriptions in NOF API Verbs.

A.1 Communications Subsystem Not Active

If the verb does not execute because a required component is not active, SNAP-IX returns the following parameters:

primary_rc

AP_COMM_SUBSYSTEM_ABENDED

secondary_rc

One of the following:

AP_LOCAL_ABENDED

The SNAP-IX software has stopped.

AP_TARGET_ABENDED

The target node has stopped or the communication path to it has failed.

primary_rc

AP_COMM_SUBSYSTEM_NOT_LOADED

The SNAP-IX software is not active.

secondary_rc

Not used.

primary_rc

AP_NODE_NOT_STARTED

The target node has not been started.

secondary_rc

Not used.

primary_rc

AP_NODE_STOPPING

The target node is in the process of stopping (as a result of a TERM_NODE verb).

secondary_rc

Not used.

Previous Page Contents Page Top of Page Next page