Provided by: libglobus-gssapi-error-doc_4.1-5_all
NAME
Error Data Accessors and Modifiers - Get Major Status OM_uint32 globus_error_gssapi_get_major_status (globus_object_t *error) Set Major Status void globus_error_gssapi_set_major_status (globus_object_t *error, const OM_uint32 major_status) Get Minor Status OM_uint32 globus_error_gssapi_get_minor_status (globus_object_t *error)
Detailed Description
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.
Function Documentation
OM_uint32 globus_error_gssapi_get_major_status (globus_object_t *error) 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 void globus_error_gssapi_set_major_status (globus_object_t *error, const OM_uint32major_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 OM_uint32 globus_error_gssapi_get_minor_status (globus_object_t *error) 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
Author
Generated automatically by Doxygen for globus gssapi error from the source code.