File: exceptions.txt

package info (click to toggle)
python-webob 1.6.0-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,184 kB
  • sloc: python: 14,004; makefile: 168
file content (64 lines) | stat: -rw-r--r-- 2,239 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
:mod:`webob.exc` -- WebOb Exceptions
====================================

.. automodule:: webob.exc

HTTP Exceptions
---------------

.. autoexception:: HTTPException
.. autoexception:: WSGIHTTPException
.. autoexception:: HTTPError
.. autoexception:: HTTPRedirection
.. autoexception:: HTTPOk
.. autoexception:: HTTPCreated
.. autoexception:: HTTPAccepted
.. autoexception:: HTTPNonAuthoritativeInformation
.. autoexception:: HTTPNoContent
.. autoexception:: HTTPResetContent
.. autoexception:: HTTPPartialContent
.. autoexception:: _HTTPMove
.. autoexception:: HTTPMultipleChoices
.. autoexception:: HTTPMovedPermanently
.. autoexception:: HTTPFound
.. autoexception:: HTTPSeeOther
.. autoexception:: HTTPNotModified
.. autoexception:: HTTPUseProxy
.. autoexception:: HTTPTemporaryRedirect
.. autoexception:: HTTPClientError
.. autoexception:: HTTPBadRequest
.. autoexception:: HTTPUnauthorized
.. autoexception:: HTTPPaymentRequired
.. autoexception:: HTTPForbidden
.. autoexception:: HTTPNotFound
.. autoexception:: HTTPMethodNotAllowed
.. autoexception:: HTTPNotAcceptable
.. autoexception:: HTTPProxyAuthenticationRequired
.. autoexception:: HTTPRequestTimeout
.. autoexception:: HTTPConflict
.. autoexception:: HTTPGone
.. autoexception:: HTTPLengthRequired
.. autoexception:: HTTPPreconditionFailed
.. autoexception:: HTTPRequestEntityTooLarge
.. autoexception:: HTTPRequestURITooLong
.. autoexception:: HTTPUnsupportedMediaType
.. autoexception:: HTTPRequestRangeNotSatisfiable
.. autoexception:: HTTPExpectationFailed
.. autoexception:: HTTPUnprocessableEntity
.. autoexception:: HTTPLocked
.. autoexception:: HTTPFailedDependency
.. autoexception:: HTTPPreconditionRequired
.. autoexception:: HTTPTooManyRequests
.. autoexception:: HTTPRequestHeaderFieldsTooLarge
.. autoexception:: HTTPUnavailableForLegalReasons
.. autoexception:: HTTPServerError
.. autoexception:: HTTPInternalServerError
.. autoexception:: HTTPNotImplemented
.. autoexception:: HTTPBadGateway
.. autoexception:: HTTPServiceUnavailable
.. autoexception:: HTTPGatewayTimeout
.. autoexception:: HTTPVersionNotSupported
.. autoexception:: HTTPInsufficientStorage
.. autoexception:: HTTPNetworkAuthenticationRequired
.. autoexception:: HTTPExceptionMiddleware