class documentation

class ContentDecodingError(RequestException, BaseHTTPError):

View In Hierarchy

Failed to decode response content.

Inherited from RequestException:

Method __init__ Initialize RequestException with request and response objects.
Instance Variable request Undocumented
Instance Variable response Undocumented