exception documentation

class HttpNotAcceptable(HttpException):

View In Hierarchy

406 Not Acceptable

RFC2616, 10.4.7: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.

Class Variable code Undocumented

Inherited from HttpException:

Method __init__ Undocumented
Instance Variable headers Undocumented
Instance Variable message Undocumented
code: int =

Undocumented