Purpose
GSAPI Errors and Return Codes - Error numbers and return codes for the Group Services Application Programming Interface (GSAPI)
Description
The Group Services Application Programming Interface (GSAPI) provides error numbers and return codes that may be returned either synchronously or asynchronously. Synchronous information is returned immediately from a subroutine when it is unsuccessful. Asynchronous information is returned through the delayed error callback routine, when the error condition is detected at a later time.
The GSAPI error numbers and return codes are defined in the ha_gs.h header file, as follows:
This error number is returned either synchronously or asynchronously, depending on when the error was detected.
This error number is returned synchronously.
This error number is returned either synchronously or asynchronously, depending on when the error was detected.
This error number is returned asynchronously.
This error number can be returned either synchronously or asynchronously, depending on when the error was detected. This error number is returned in response to the protocol requests resulting from calls to the following subroutines: ha_gs_change_state_value, ha_gs_change_attributes, ha_gs_expel, ha_gs_send_message, and ha_gs_leave.
This error number is returned synchronously.
This error number is returned asynchronously through the delayed error callback routine.
This error number is returned synchronously.
This error number is returned synchronously.
This error number is returned asynchronously through the delayed error callback routine.
This error number is returned synchronously.
This error number is returned synchronously.
This error number is returned synchronously.
This error number is returned synchronously.
This error number is returned asynchronously through the delayed error callback routine.
This error number is returned asynchronously through the delayed error callback routine. It is returned in response to the protocol requests resulting from calls including the following subroutines: ha_gs_change_state_value, ha_gs_send_message, and ha_gs_leave.
This error number is returned synchronously.
This error number is returned synchronously.
This return code is returned synchronously.
This error number is returned synchronously.
This error number is returned synchronously.
This error number is returned asynchronously through the delayed error callback routine.
This error number can be returned either synchronously or asynchronously, depending on when the error was detected. This error number is returned in response to the protocol requests resulting from calls to the ha_gs_expel subroutine.
This error number is returned synchronously.
Group Services does not yet have the information about the network adapters.
The given adapter is not found in the current adapter table.
For internal use.
Related Information
GSAPI subroutines: ha_gs_change_state_value, ha_gs_dispatch, ha_gs_expel, ha_gs_init, ha_gs_join, ha_gs_leave, ha_gs_quit, ha_gs_send_message, ha_gs_subscribe, ha_gs_unsubscribe, ha_gs_vote, ha_gs_change_attributes, ha_gs_goodbye
GSAPI header file: ha_gs.h