woob.browser.exceptions
¶
-
exception
woob.browser.exceptions.
BrowserTooManyRequests
(message='', next_try=None)¶ Bases:
woob.exceptions.BrowserUnavailable
Client tries to perform too many requests within a certain timeframe. The module should set the next_try if possible, else it is set to 24h.
-
exception
woob.browser.exceptions.
ClientError
(*args, **kwargs)¶ Bases:
requests.exceptions.HTTPError
,woob.exceptions.BrowserHTTPError
Initialize RequestException with request and response objects.
-
exception
woob.browser.exceptions.
HTTPNotFound
(*args, **kwargs)¶ Bases:
requests.exceptions.HTTPError
,woob.exceptions.BrowserHTTPNotFound
Initialize RequestException with request and response objects.
-
exception
woob.browser.exceptions.
LoggedOut
¶ Bases:
Exception
-
exception
woob.browser.exceptions.
ServerError
(*args, **kwargs)¶ Bases:
requests.exceptions.HTTPError
,woob.exceptions.BrowserHTTPError
Initialize RequestException with request and response objects.