globus_gssapi_error_utility(3) | globus_gssapi_error | globus_gssapi_error_utility(3) |
globus_gssapi_error_utility - Error Handling Helpers
- Error Handling Helpers.
globus_bool_t globus_error_gssapi_match (globus_object_t
*error, globus_module_descriptor_t *module, const OM_uint32 major_status)
Error Match <> globus_object_t * globus_error_wrap_gssapi_error
(globus_module_descriptor_t *base_source, OM_uint32 major_status, OM_uint32
minor_status, int type, const char *source_file, const char *source_func,
int source_line, const char *short_desc_format,...)
Wrap GSSAPI Error <>
Error Handling Helpers.
Helper functions for dealing with Globus GSSAPI Error objects.
This section defines utility functions for dealing with Globus GSSAPI Error objects.
Error Match <> Check whether the error originated from a specific module and match a specific major status.
This function checks whether the error or any of it's causative errors originated from a specific module and contains a specific major status. If the module descriptor is left unspecified this function will check for any error of the specified major_status and vice versa.
Parameters
Return values
Wrap GSSAPI Error <> Allocate and initialize an error of type GLOBUS_ERROR_TYPE_GLOBUS which contains a causal error of type GLOBUS_ERROR_TYPE_GSSAPI.
Parameters
Returns
Generated automatically by Doxygen for globus_gssapi_error from the source code.
Tue Jul 5 2022 | Version 6.3 |