.TH "Error Construction" 3 "Wed Jan 25 2012" "Version 4.1" "globus gssapi error" \" -*- nroff -*- .ad l .nh .SH NAME Error Construction \- .SS "Defines" .in +1c .ti -1c .RI "#define \fBGLOBUS_ERROR_TYPE_GSSAPI\fP" .br .in -1c .SS "Construct Error" .in +1c .ti -1c .RI "globus_object_t * \fBglobus_error_construct_gssapi_error\fP (globus_module_descriptor_t *base_source, globus_object_t *base_cause, const OM_uint32 major_status, const OM_uint32 minor_status)" .br .in -1c .SS "Initialize Error" .in +1c .ti -1c .RI "globus_object_t * \fBglobus_error_initialize_gssapi_error\fP (globus_object_t *error, globus_module_descriptor_t *base_source, globus_object_t *base_cause, const OM_uint32 major_status, const OM_uint32 minor_status)" .br .in -1c .SH "Detailed Description" .PP Create and initialize a Globus GSSAPI Error object\&. This section defines operations to create and initialize Globus GSSAPI Error objects\&. .SH "Define Documentation" .PP .SS "#define \fBGLOBUS_ERROR_TYPE_GSSAPI\fP" .PP Error type definition\&. .SH "Function Documentation" .PP .SS "globus_object_t* \fBglobus_error_construct_gssapi_error\fP (globus_module_descriptor_t *base_source, globus_object_t *base_cause, const OM_uint32major_status, const OM_uint32minor_status)" .PP Allocate and initialize an error of type GLOBUS_ERROR_TYPE_GSSAPI\&. \fBParameters:\fP .RS 4 \fIbase_source\fP Pointer to the originating module\&. .br \fIbase_cause\fP The error object causing the error\&. If this is the original error, this paramater may be NULL\&. .br \fImajor_status\fP The GSSAPI major status .br \fIminor_status\fP The GSSAPI minor status .RE .PP \fBReturns:\fP .RS 4 The resulting error object\&. It is the user's responsibility to eventually free this object using globus_object_free()\&. A globus_result_t may be obtained by calling globus_error_put() on this object\&. .RE .PP .SS "globus_object_t* \fBglobus_error_initialize_gssapi_error\fP (globus_object_t *error, globus_module_descriptor_t *base_source, globus_object_t *base_cause, const OM_uint32major_status, const OM_uint32minor_status)" .PP Initialize a previously allocated error of type GLOBUS_ERROR_TYPE_GSSAPI\&. \fBParameters:\fP .RS 4 \fIerror\fP The previously allocated error object\&. .br \fIbase_source\fP Pointer to the originating module\&. .br \fIbase_cause\fP The error object causing the error\&. If this is the original error this paramater may be NULL\&. .br \fImajor_status\fP The GSSAPI major status .br \fIminor_status\fP The GSSAPI minor status .RE .PP \fBReturns:\fP .RS 4 The resulting error object\&. You may have to call globus_error_put() on this object before passing it on\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for globus gssapi error from the source code\&.