logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

globus_generic_error_api - Globus Generic Error API

Author

       Generated automatically by Doxygen for globus_common from the source code.

globus_common                                     Version 18.14                      globus_generic_error_api(3)

Detailed Description

       Globus Generic Error API.

       These globus_error functions are motivated by the desire to provide a easier way of generating new error
       types, while at the same time preserving all features (e.g. memory management, chaining) of the current
       error handling framework. It does this by defining a generic error type for globus which in turn contains
       a integer in it's instance data which is used for carrying the actual error type information.

       Any program that uses Globus Generic Error functions must include 'globus_common.h'.

Name

       globus_generic_error_api - Globus Generic Error API

        - Globus Generic Error API.

Synopsis

ModulesErrorConstruction
           Error Construction.
       ErrorDataAccessorsandModifiers
           Error Data Accessors and Modifiers.
       ErrorHandlingHelpers
           Error Handling Helpers.

See Also