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_gsi_authz_constants - GSI Credential Constants

Author

       Generated automatically by Doxygen for globus_authz from the source code.

globus_authz                                       Version 4.6                     globus_gsi_authz_constants(3)

Detailed Description

       GSI Credential Constants.

Enumeration Type Documentation

enumglobus_gsi_authz_error_t
       GSI Authz Error codes

       EnumeratorGLOBUS_GSI_AUTHZ_ERROR_SUCCESS
              Success

       GLOBUS_GSI_AUTHZ_ERROR_ERRNO
              Error with system call

       GLOBUS_GSI_AUTHZ_ERROR_BAD_PARAMETER
              Invalid parameter

       GLOBUS_GSI_AUTHZ_ERROR_CALLOUT
              Callout returned an error

Name

       globus_gsi_authz_constants - GSI Credential Constants

        - GSI Credential Constants.

Synopsis

Enumerations
       enum globus_gsi_authz_error_t { GLOBUS_GSI_AUTHZ_ERROR_SUCCESS = 0, GLOBUS_GSI_AUTHZ_ERROR_ERRNO = 1,
           GLOBUS_GSI_AUTHZ_ERROR_BAD_PARAMETER = 2, GLOBUS_GSI_AUTHZ_ERROR_CALLOUT = 3,
           GLOBUS_GSI_AUTHZ_ERROR_LAST = 4 }

See Also