Skip to content

Latest commit

 

History

History
110 lines (57 loc) · 2.32 KB

httpexceptions.rst

File metadata and controls

110 lines (57 loc) · 2.32 KB

pyramid.httpexceptions

pyramid.httpexceptions

status_map

A mapping of integer status code to HTTP exception class (eg. the integer "401" maps to pyramid.httpexceptions.HTTPUnauthorized). All mapped exception classes are children of pyramid.httpexceptions,

exception_response

HTTPException

HTTPOk

HTTPRedirection

HTTPError

HTTPClientError

HTTPServerError

HTTPCreated

HTTPAccepted

HTTPNonAuthoritativeInformation

HTTPNoContent

HTTPResetContent

HTTPPartialContent

HTTPMultipleChoices

HTTPMovedPermanently

HTTPFound

HTTPSeeOther

HTTPNotModified

HTTPUseProxy

HTTPTemporaryRedirect

HTTPPermanentRedirect

HTTPBadRequest

HTTPUnauthorized

HTTPPaymentRequired

HTTPForbidden

HTTPNotFound

HTTPMethodNotAllowed

HTTPNotAcceptable

HTTPProxyAuthenticationRequired

HTTPRequestTimeout

HTTPConflict

HTTPGone

HTTPLengthRequired

HTTPPreconditionFailed

HTTPRequestEntityTooLarge

HTTPRequestURITooLong

HTTPUnsupportedMediaType

HTTPRequestRangeNotSatisfiable

HTTPExpectationFailed

HTTPUnprocessableEntity

HTTPLocked

HTTPFailedDependency

HTTPInternalServerError

HTTPNotImplemented

HTTPBadGateway

HTTPServiceUnavailable

HTTPGatewayTimeout

HTTPVersionNotSupported

HTTPInsufficientStorage