Error data accessors and modifiers -
Get and set data in a Globus GSSAPI Error object.
This section defines operations for accessing and modifying data in a Globus GSSAPI Error object.
Get Major Status. Retrieve the major status from a GSSAPI error object.
Parameters:
error The error from which to retrieve the major status
Returns:
The major status stored in the object
Get Minor Status. Retrieve the minor status from a gssapi error object.
Parameters:
error The error from which to retrieve the minor status
Returns:
The minor status stored in the object
Set Major Status. Set the major status in a GSSAPI error object.
Parameters:
error The error object for which to set the major status
major_status The major status
Returns:
void
Generated automatically by Doxygen for globus_gssapi_error from the source code.