.TH "globus_xio_http_driver_errors" 3 "Version 6.6" "globus_xio" \" -*- nroff -*- .ad l .nh .SH NAME globus_xio_http_driver_errors \- Error Types .PP \- Error Types\&. .SH SYNOPSIS .br .PP .SS "Enumerations" .in +1c .ti -1c .RI "enum \fBglobus_xio_http_errors_t\fP { \fBGLOBUS_XIO_HTTP_ERROR_INVALID_HEADER\fP, \fBGLOBUS_XIO_HTTP_ERROR_PARSE\fP, \fBGLOBUS_XIO_HTTP_ERROR_NO_ENTITY\fP, \fBGLOBUS_XIO_HTTP_ERROR_EOF\fP, \fBGLOBUS_XIO_HTTP_ERROR_PERSISTENT_CONNECTION_DROPPED\fP }" .br .in -1c .SH "Detailed Description" .PP 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\&. .PP \fBSee also\fP .RS 4 globus_xio_driver_error_match() .RE .PP .SH "Enumeration Type Documentation" .PP .SS "enum \fBglobus_xio_http_errors_t\fP" Error types used to generate errors using the globus_error_generic module\&. .PP \fBEnumerator\fP .in +1c .TP \fB\fIGLOBUS_XIO_HTTP_ERROR_INVALID_HEADER \fP\fP An attempt to set a header which is not compatible with the HTTP version being used\&. .TP \fB\fIGLOBUS_XIO_HTTP_ERROR_PARSE \fP\fP Error parsing HTTP protocol .TP \fB\fIGLOBUS_XIO_HTTP_ERROR_NO_ENTITY \fP\fP There is no entity body to read or write\&. .TP \fB\fIGLOBUS_XIO_HTTP_ERROR_EOF \fP\fP Server side fake EOF .TP \fB\fIGLOBUS_XIO_HTTP_ERROR_PERSISTENT_CONNECTION_DROPPED \fP\fP Persistent connection dropped by the server\&. .SH "Author" .PP Generated automatically by Doxygen for globus_xio from the source code\&.