Error Types
Error Types
Section: globus xio (3) Updated: 7 Jun 2010 Local index
Up
NAME
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.
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.
Index
- NAME
-
- Enumerations
-
- Detailed Description
-
- Enumeration Type Documentation
-
- enum globus_xio_http_errors_t
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:47:59 GMT, April 16, 2011