exception documentation

class DecodingError(RequestError): (source)

View In Hierarchy

Decoding of the response failed, due to a malformed encoding.

Inherited from RequestError:

Method __init__ Undocumented
Instance Variable _request Undocumented

Inherited from HTTPError (via RequestError):

Method request.setter Undocumented
Property request Undocumented