Home
last modified time | relevance | path

Searched refs:HTTPServerError (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dexc.py986 class HTTPServerError(HTTPError): class
1001 class HTTPInternalServerError(HTTPServerError):
1004 class HTTPNotImplemented(HTTPServerError):
1019 class HTTPBadGateway(HTTPServerError):
1033 class HTTPServiceUnavailable(HTTPServerError):
1047 class HTTPGatewayTimeout(HTTPServerError):
1062 class HTTPVersionNotSupported(HTTPServerError):
1076 class HTTPInsufficientStorage(HTTPServerError):
1089 class HTTPNetworkAuthenticationRequired(HTTPServerError):
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpexceptions.py547 class HTTPServerError(HTTPError): class
562 class HTTPInternalServerError(HTTPServerError):
565 class HTTPNotImplemented(HTTPServerError):
572 class HTTPBadGateway(HTTPServerError):
577 class HTTPServiceUnavailable(HTTPServerError):
583 class HTTPGatewayTimeout(HTTPServerError):
588 class HTTPVersionNotSupported(HTTPServerError):
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
Dtest_httpexceptions.py91 assert not isinstance(notfound,HTTPServerError)
95 assert isinstance(notimpl,HTTPServerError)
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Dhttpexceptions.txt43 .. autoexception:: HTTPServerError
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/modules/
Dexceptions.txt54 .. autoexception:: HTTPServerError