Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

http_driver_errors(3) [debian man page]

Error Types(3)							    globus xio							    Error Types(3)

NAME
Error Types - Enumerations enum globus_xio_http_errors_t { GLOBUS_XIO_HTTP_ERROR_INVALID_HEADER, GLOBUS_XIO_HTTP_ERROR_PARSE, GLOBUS_XIO_HTTP_ERROR_NO_ENTITY, GLOBUS_XIO_HTTP_ERROR_EOF, GLOBUS_XIO_HTTP_ERROR_PERSISTENT_CONNECTION_DROPPED } Detailed Description In addition to errors generated by underlying protocol drivers, the XIO HTTP driver defines a few error conditions specific to the HTTP protocol. See also: globus_xio_driver_error_match() Enumeration Type Documentation enum globus_xio_http_errors_t Error types used to generate errors using the globus_error_generic module. Enumerator: GLOBUS_XIO_HTTP_ERROR_INVALID_HEADER An attempt to set a header which is not compatible with the HTTP version being used. GLOBUS_XIO_HTTP_ERROR_PARSE Error parsing HTTP protocol. GLOBUS_XIO_HTTP_ERROR_NO_ENTITY There is no entity body to read or write. GLOBUS_XIO_HTTP_ERROR_EOF Server side fake EOF. GLOBUS_XIO_HTTP_ERROR_PERSISTENT_CONNECTION_DROPPED Persistent connection dropped by the server. Author Generated automatically by Doxygen for globus xio from the source code. Version 3.3 Mon Apr 30 2012 Error Types(3)

Check Out this Related Man Page

GSI Callback Constants(3)					globus gsi callback					 GSI Callback Constants(3)

NAME
GSI Callback Constants - Enumerations enum globus_gsi_callback_error_t { GLOBUS_GSI_CALLBACK_ERROR_SUCCESS = 0, GLOBUS_GSI_CALLBACK_ERROR_VERIFY_CRED = 1, GLOBUS_GSI_CALLBACK_ERROR_CERT_NOT_YET_VALID = 2, GLOBUS_GSI_CALLBACK_ERROR_CANT_GET_LOCAL_CA_CERT = 3, GLOBUS_GSI_CALLBACK_ERROR_CERT_HAS_EXPIRED = 4, GLOBUS_GSI_CALLBACK_ERROR_INVALID_PROXY = 5, GLOBUS_GSI_CALLBACK_ERROR_LIMITED_PROXY = 6, GLOBUS_GSI_CALLBACK_ERROR_INVALID_CRL = 7, GLOBUS_GSI_CALLBACK_ERROR_REVOKED_CERT = 8, GLOBUS_GSI_CALLBACK_ERROR_MIXING_DIFFERENT_PROXY_TYPES = 9, GLOBUS_GSI_CALLBACK_ERROR_WITH_SIGNING_POLICY = 10, GLOBUS_GSI_CALLBACK_ERROR_OLD_GAA = 11, GLOBUS_GSI_CALLBACK_ERROR_CALLBACK_DATA = 12, GLOBUS_GSI_CALLBACK_ERROR_ERRNO = 13, GLOBUS_GSI_CALLBACK_ERROR_CERT_CHAIN = 14, GLOBUS_GSI_CALLBACK_ERROR_WITH_CALLBACK_DATA_INDEX = 15, GLOBUS_GSI_CALLBACK_ERROR_PROXY_PATH_LENGTH_EXCEEDED = 16, GLOBUS_GSI_CALLBACK_ERROR_LAST = 18 } Enumeration Type Documentation enum globus_gsi_callback_error_t GSI Callback Error codes. Enumerator: GLOBUS_GSI_CALLBACK_ERROR_SUCCESS Success - never used. GLOBUS_GSI_CALLBACK_ERROR_VERIFY_CRED Error verifying credential. GLOBUS_GSI_CALLBACK_ERROR_CERT_NOT_YET_VALID The certificate is not yet valid. GLOBUS_GSI_CALLBACK_ERROR_CANT_GET_LOCAL_CA_CERT Unable to discover a local trusted CA for a given ceritficate. GLOBUS_GSI_CALLBACK_ERROR_CERT_HAS_EXPIRED The certificate has expired. GLOBUS_GSI_CALLBACK_ERROR_INVALID_PROXY The proxy format is invalid. GLOBUS_GSI_CALLBACK_ERROR_LIMITED_PROXY Limited proxies are not accepted. GLOBUS_GSI_CALLBACK_ERROR_INVALID_CRL Invalid CRL. GLOBUS_GSI_CALLBACK_ERROR_REVOKED_CERT The certificate has been revoked. GLOBUS_GSI_CALLBACK_ERROR_MIXING_DIFFERENT_PROXY_TYPES The cert chain contains both legacy on rfc compliant proxies. GLOBUS_GSI_CALLBACK_ERROR_WITH_SIGNING_POLICY Could not verify certificate chain against the signing policy for the issuing CA. GLOBUS_GSI_CALLBACK_ERROR_OLD_GAA OldGAA error. GLOBUS_GSI_CALLBACK_ERROR_CALLBACK_DATA Error with the callback data structure. GLOBUS_GSI_CALLBACK_ERROR_ERRNO System error. GLOBUS_GSI_CALLBACK_ERROR_CERT_CHAIN Error setting or getting the cert chain from callback data. GLOBUS_GSI_CALLBACK_ERROR_WITH_CALLBACK_DATA_INDEX Error getting callback data index. GLOBUS_GSI_CALLBACK_ERROR_PROXY_PATH_LENGTH_EXCEEDED Exceeded the path length specified in the proxy cert info extension. GLOBUS_GSI_CALLBACK_ERROR_LAST Last marker - never used. Author Generated automatically by Doxygen for globus gsi callback from the source code. Version 4.2 Mon Apr 30 2012 GSI Callback Constants(3)
Man Page