exception documentation
class HttpBadGateway(HttpException):
502 Bad Gateway
RFC2616, 10.5.3: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
| Class Variable | code |
Undocumented |
Inherited from HttpException:
| Method | __init__ |
Undocumented |
| Instance Variable | headers |
Undocumented |
| Instance Variable | message |
Undocumented |