Allocate and initialize an error of type GLOBUS_ERROR_TYPE_GSSAPI. Parameters:
base_source Pointer to the originating module.
base_cause The error object causing the error. If this is the original error, this paramater may be NULL.
major_status The GSSAPI major status
minor_status The GSSAPI minor status
Returns:
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.
Initialize a previously allocated error of type GLOBUS_ERROR_TYPE_GSSAPI. Parameters:
error The previously allocated error object.
base_source Pointer to the originating module.
base_cause The error object causing the error. If this is the original error this paramater may be NULL.
major_status The GSSAPI major status
minor_status The GSSAPI minor status
Returns:
The resulting error object. You may have to call globus_error_put() on this object before passing it on.
Author
Generated automatically by Doxygen for globus gssapi error from the source code.