exception documentation

class HttpBadRequest(HttpException):

View In Hierarchy

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
code: int =

Undocumented