exception documentation
class HttpBadRequest(HttpException):
400 Bad Request
RFC2616, 10.4.1: The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.
Class Variable | code |
Undocumented |
Inherited from HttpException
:
Method | __init__ |
Undocumented |
Instance Variable | headers |
Undocumented |
Instance Variable | message |
Undocumented |