exception documentation
class HttpPreconditionFailed(HttpException):
412 Precondition Failed
RFC2616, 10.4.13: The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
Class Variable | code |
Undocumented |
Inherited from HttpException
:
Method | __init__ |
Undocumented |
Instance Variable | headers |
Undocumented |
Instance Variable | message |
Undocumented |