.TH "globus_gssapi_error_accessor" 3 "Wed Feb 27 2019" "Version 6.1" "globus_gssapi_error" \" -*- nroff -*- .ad l .nh .SH NAME globus_gssapi_error_accessor \- Error Data Accessors and Modifiers\&. .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "OM_uint32 \fBglobus_error_gssapi_get_major_status\fP (globus_object_t *error)" .br .RI "Get Major Status\&. " .ti -1c .RI "void \fBglobus_error_gssapi_set_major_status\fP (globus_object_t *error, const OM_uint32 major_status)" .br .RI "Set Major Status\&. " .ti -1c .RI "OM_uint32 \fBglobus_error_gssapi_get_minor_status\fP (globus_object_t *error)" .br .RI "Get Minor Status\&. " .in -1c .SH "Detailed Description" .PP Error Data Accessors and Modifiers\&. 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_uint32 major_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\&.