Searched refs:HTTPServerError (Results 1 – 5 of 5) sorted by relevance
986 class HTTPServerError(HTTPError): class1001 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):
547 class HTTPServerError(HTTPError): class562 class HTTPInternalServerError(HTTPServerError):565 class HTTPNotImplemented(HTTPServerError):572 class HTTPBadGateway(HTTPServerError):577 class HTTPServiceUnavailable(HTTPServerError):583 class HTTPGatewayTimeout(HTTPServerError):588 class HTTPVersionNotSupported(HTTPServerError):
91 assert not isinstance(notfound,HTTPServerError)95 assert isinstance(notimpl,HTTPServerError)
43 .. autoexception:: HTTPServerError
54 .. autoexception:: HTTPServerError