.TH "Error Data Accessors and Modifiers" 3 "Sun Nov 9 2014" "Version 5.4" "globus_gssapi_error" \" -*- nroff -*- .ad l .nh .SH NAME Error Data Accessors and Modifiers \- .SS "Functions" .in +1c .ti -1c .RI "OM_uint32 \fBglobus_error_gssapi_get_major_status\fP (globus_object_t *error)" .br .RI "\fIGet Major Status\&. \fP" .ti -1c .RI "void \fBglobus_error_gssapi_set_major_status\fP (globus_object_t *error, const OM_uint32 major_status)" .br .RI "\fISet Major Status\&. \fP" .ti -1c .RI "OM_uint32 \fBglobus_error_gssapi_get_minor_status\fP (globus_object_t *error)" .br .RI "\fIGet Minor Status\&. \fP" .in -1c .SH "Detailed Description" .PP Get and set data in a Globus GSSAPI Error object\&. .PP This section defines operations for accessing and modifying data in a Globus GSSAPI Error object\&. .SH "Function Documentation" .PP .SS "OM_uint32 globus_error_gssapi_get_major_status (globus_object_t *error)" .PP Get Major Status\&. Retrieve the major status from a GSSAPI error object\&. .PP \fBParameters:\fP .RS 4 \fIerror\fP The error from which to retrieve the major status .RE .PP \fBReturns:\fP .RS 4 The major status stored in the object .RE .PP .SS "OM_uint32 globus_error_gssapi_get_minor_status (globus_object_t *error)" .PP Get Minor Status\&. Retrieve the minor status from a gssapi error object\&. .PP \fBParameters:\fP .RS 4 \fIerror\fP The error from which to retrieve the minor status .RE .PP \fBReturns:\fP .RS 4 The minor status stored in the object .RE .PP .SS "void globus_error_gssapi_set_major_status (globus_object_t *error, const OM_uint32major_status)" .PP Set Major Status\&. Set the major status in a GSSAPI error object\&. .PP \fBParameters:\fP .RS 4 \fIerror\fP The error object for which to set the major status .br \fImajor_status\fP The major status .RE .PP \fBReturns:\fP .RS 4 void .RE .PP .SH "Author" .PP Generated automatically by Doxygen for globus_gssapi_error from the source code\&.