DOKK / manpages / debian 10 / libglobus-xio-doc / globus_xio_http_errors_t.3.en
globus_xio_http_driver_errors(3) globus_xio globus_xio_http_driver_errors(3)

globus_xio_http_driver_errors - Error Types.


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 }

Error Types.

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()

Error types used to generate errors using the globus_error_generic module.

Enumerator

An attempt to set a header which is not compatible with the HTTP version being used.
Error parsing HTTP protocol
There is no entity body to read or write.
Server side fake EOF
Persistent connection dropped by the server.

Generated automatically by Doxygen for globus_xio from the source code.

Wed Feb 27 2019 Version 6.1