1:mod:`webob.exc` -- WebOb Exceptions 2==================================== 3 4.. automodule:: webob.exc 5 6HTTP Exceptions 7--------------- 8 9.. autoexception:: HTTPException 10.. autoexception:: WSGIHTTPException 11.. autoexception:: HTTPError 12.. autoexception:: HTTPRedirection 13.. autoexception:: HTTPOk 14.. autoexception:: HTTPCreated 15.. autoexception:: HTTPAccepted 16.. autoexception:: HTTPNonAuthoritativeInformation 17.. autoexception:: HTTPNoContent 18.. autoexception:: HTTPResetContent 19.. autoexception:: HTTPPartialContent 20.. autoexception:: _HTTPMove 21.. autoexception:: HTTPMultipleChoices 22.. autoexception:: HTTPMovedPermanently 23.. autoexception:: HTTPFound 24.. autoexception:: HTTPSeeOther 25.. autoexception:: HTTPNotModified 26.. autoexception:: HTTPUseProxy 27.. autoexception:: HTTPTemporaryRedirect 28.. autoexception:: HTTPClientError 29.. autoexception:: HTTPBadRequest 30.. autoexception:: HTTPUnauthorized 31.. autoexception:: HTTPPaymentRequired 32.. autoexception:: HTTPForbidden 33.. autoexception:: HTTPNotFound 34.. autoexception:: HTTPMethodNotAllowed 35.. autoexception:: HTTPNotAcceptable 36.. autoexception:: HTTPProxyAuthenticationRequired 37.. autoexception:: HTTPRequestTimeout 38.. autoexception:: HTTPConflict 39.. autoexception:: HTTPGone 40.. autoexception:: HTTPLengthRequired 41.. autoexception:: HTTPPreconditionFailed 42.. autoexception:: HTTPRequestEntityTooLarge 43.. autoexception:: HTTPRequestURITooLong 44.. autoexception:: HTTPUnsupportedMediaType 45.. autoexception:: HTTPRequestRangeNotSatisfiable 46.. autoexception:: HTTPExpectationFailed 47.. autoexception:: HTTPUnprocessableEntity 48.. autoexception:: HTTPLocked 49.. autoexception:: HTTPFailedDependency 50.. autoexception:: HTTPPreconditionRequired 51.. autoexception:: HTTPTooManyRequests 52.. autoexception:: HTTPRequestHeaderFieldsTooLarge 53.. autoexception:: HTTPUnavailableForLegalReasons 54.. autoexception:: HTTPServerError 55.. autoexception:: HTTPInternalServerError 56.. autoexception:: HTTPNotImplemented 57.. autoexception:: HTTPBadGateway 58.. autoexception:: HTTPServiceUnavailable 59.. autoexception:: HTTPGatewayTimeout 60.. autoexception:: HTTPVersionNotSupported 61.. autoexception:: HTTPInsufficientStorage 62.. autoexception:: HTTPNetworkAuthenticationRequired 63.. autoexception:: HTTPExceptionMiddleware 64 65