globus_gridmap_callout_error_datatypes - Man Page
Name
globus_gridmap_callout_error_datatypes — Datatypes
— Datatypes.
Synopsis
Enumerations
enum globus_gridmap_callout_error_t { GLOBUS_GRIDMAP_CALLOUT_LOOKUP_FAILED = 0, GLOBUS_GRIDMAP_CALLOUT_GSSAPI_ERROR = 1, GLOBUS_GRIDMAP_CALLOUT_BUFFER_TOO_SMALL = 2, GLOBUS_GRIDMAP_CALLOUT_ERROR_LAST = 3 }
Detailed Description
Datatypes.
Enumeration Type Documentation
enum globus_gridmap_callout_error_t
Gridmap Callout Error codes
Enumerator
- GLOBUS_GRIDMAP_CALLOUT_LOOKUP_FAILED
Gridmap lookup failed
- GLOBUS_GRIDMAP_CALLOUT_GSSAPI_ERROR
GSSAPI error
- GLOBUS_GRIDMAP_CALLOUT_BUFFER_TOO_SMALL
Buffer too small
- GLOBUS_GRIDMAP_CALLOUT_ERROR_LAST
Last marker - never used
Author
Generated automatically by Doxygen for globus_gridmap_callout_error from the source code.
Referenced By
The man pages GLOBUS_GRIDMAP_CALLOUT_BUFFER_TOO_SMALL(3), GLOBUS_GRIDMAP_CALLOUT_ERROR_LAST(3), globus_gridmap_callout_error_t(3), GLOBUS_GRIDMAP_CALLOUT_GSSAPI_ERROR(3) and GLOBUS_GRIDMAP_CALLOUT_LOOKUP_FAILED(3) are aliases of globus_gridmap_callout_error_datatypes(3).