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_errno_error_accessor - Error Data Accessors and Modifiers

Author

       Generated automatically by Doxygen for globus_common from the source code.

globus_common                                     Version 18.14                   globus_errno_error_accessor(3)

Detailed Description

       Error Data Accessors and Modifiers.

       Get and set data in a Globus Errno Error object.

       This section defines operations for accessing and modifying data in a Globus Errno Error object.

Function Documentation

intglobus_error_errno_get_errno(globus_object_t*error)
       Retrieve the system errno from a errno error object. <>

       Parameterserror The error from which to retrieve the errno

       Returns
           The errno stored in the object

   voidglobus_error_errno_set_errno(globus_object_t*error,constintsystem_errno)
       Set the errno in a errno error object. <>

       Parameterserror The error object for which to set the errno
           system_errno The system errno

       Returns
           void

Name

       globus_errno_error_accessor - Error Data Accessors and Modifiers

        - Error Data Accessors and Modifiers.

Synopsis

GetErrno
       int globus_error_errno_get_errno (globus_object_t *error)

   SetErrno
       void globus_error_errno_set_errno (globus_object_t *error, const int system_errno)

See Also