class documentation

class RequestException(IOError):

Known subclasses: requests.exceptions.ConnectionError, requests.exceptions.HTTPError, requests.exceptions.Timeout, requests.exceptions.TooManyRedirects, requests.exceptions.URLRequired, requests.exceptions.ChunkedEncodingError, requests.exceptions.ContentDecodingError, requests.exceptions.InvalidHeader, requests.exceptions.InvalidJSONError, requests.exceptions.InvalidSchema, requests.exceptions.InvalidURL, requests.exceptions.MissingSchema, requests.exceptions.RetryError, requests.exceptions.StreamConsumedError, requests.exceptions.UnrewindableBodyError

View In Hierarchy

There was an ambiguous exception that occurred while handling your request.
Method __init__ Initialize RequestException with request and response objects.
Instance Variable request Undocumented
Instance Variable response Undocumented
def __init__(self, *args, **kwargs):
Initialize RequestException with request and response objects.
request =

Undocumented

response =

Undocumented