| 
    Grid Community Toolkit
    6.2.1629922860 (tag: v6.2.20210826)
    
   | 
 
Error Data Accessors and Modifiers. More...
Functions | |
| OM_uint32 | globus_error_gssapi_get_major_status (globus_object_t *error) | 
| Get Major Status.  More... | |
| void | globus_error_gssapi_set_major_status (globus_object_t *error, const OM_uint32 major_status) | 
| Set Major Status.  More... | |
| OM_uint32 | globus_error_gssapi_get_minor_status (globus_object_t *error) | 
| Get Minor Status.  More... | |
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.
| OM_uint32 globus_error_gssapi_get_major_status | ( | globus_object_t * | error | ) | 
Get Major Status.
Retrieve the major status from a GSSAPI error object.
| error | The error from which to retrieve the major status | 
| OM_uint32 globus_error_gssapi_get_minor_status | ( | globus_object_t * | error | ) | 
Get Minor Status.
Retrieve the minor status from a gssapi error object.
| error | The error from which to retrieve the minor status | 
| void globus_error_gssapi_set_major_status | ( | globus_object_t * | error, | 
| const OM_uint32 | major_status | ||
| ) | 
Set Major Status.
Set the major status in a GSSAPI error object.
| error | The error object for which to set the major status | 
| major_status | The major status | 
 1.8.5