debian man page for globus_gssapi_error_object

Query: globus_gssapi_error_object

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Error Construction(3)						globus gssapi error					     Error Construction(3)

NAME
Error Construction - Defines #define GLOBUS_ERROR_TYPE_GSSAPI Construct Error globus_object_t * globus_error_construct_gssapi_error (globus_module_descriptor_t *base_source, globus_object_t *base_cause, const OM_uint32 major_status, const OM_uint32 minor_status) Initialize Error globus_object_t * globus_error_initialize_gssapi_error (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) Detailed Description Create and initialize a Globus GSSAPI Error object. This section defines operations to create and initialize Globus GSSAPI Error objects. Define Documentation #define GLOBUS_ERROR_TYPE_GSSAPI Error type definition. Function Documentation globus_object_t* globus_error_construct_gssapi_error (globus_module_descriptor_t *base_source, globus_object_t *base_cause, const OM_uint32major_status, const OM_uint32minor_status) 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. globus_object_t* globus_error_initialize_gssapi_error (globus_object_t *error, globus_module_descriptor_t *base_source, globus_object_t *base_cause, const OM_uint32major_status, const OM_uint32minor_status) 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. Version 4.1 Wed Jan 25 2012 Error Construction(3)
Related Man Pages
globus_gass_transfer_requestattr_implementation(3) - debian
globus_gsi_gss_assist(3) - debian
globus_gssapi_error_object(3) - debian
globus_openssl_error_object(3) - debian
gssapi::status5.18(3) - mojave
Similar Topics in the Unix Linux Community
Error: Internal system error: Unable to initialize standard output file
awk - Beginners Question
GSSAPI Error FTP