exception documentation
class HttpException(Exception):
Known subclasses: ganeti.http.HttpBadGateway
, ganeti.http.HttpBadRequest
, ganeti.http.HttpConflict
, ganeti.http.HttpForbidden
, ganeti.http.HttpGatewayTimeout
, ganeti.http.HttpGone
, ganeti.http.HttpInternalServerError
, ganeti.http.HttpLengthRequired
, ganeti.http.HttpMethodNotAllowed
, ganeti.http.HttpNotAcceptable
, ganeti.http.HttpNotFound
, ganeti.http.HttpNotImplemented
, ganeti.http.HttpPreconditionFailed
, ganeti.http.HttpRequestTimeout
, ganeti.http.HttpServiceUnavailable
, ganeti.http.HttpUnauthorized
, ganeti.http.HttpUnsupportedMediaType
, ganeti.http.HttpVersionNotSupported
Undocumented
Method | __init__ |
Undocumented |
Class Variable | code |
Undocumented |
Instance Variable | headers |
Undocumented |
Instance Variable | message |
Undocumented |
code =
¶
overridden in
ganeti.http.HttpBadGateway
, ganeti.http.HttpBadRequest
, ganeti.http.HttpConflict
, ganeti.http.HttpForbidden
, ganeti.http.HttpGatewayTimeout
, ganeti.http.HttpGone
, ganeti.http.HttpInternalServerError
, ganeti.http.HttpLengthRequired
, ganeti.http.HttpMethodNotAllowed
, ganeti.http.HttpNotAcceptable
, ganeti.http.HttpNotFound
, ganeti.http.HttpNotImplemented
, ganeti.http.HttpPreconditionFailed
, ganeti.http.HttpRequestTimeout
, ganeti.http.HttpServiceUnavailable
, ganeti.http.HttpUnauthorized
, ganeti.http.HttpUnsupportedMediaType
, ganeti.http.HttpVersionNotSupported
Undocumented