woob.browser.exceptions¶
- exception HTTPNotFound(*args, **kwargs)[source]¶
Bases:
HTTPError,BrowserHTTPNotFound
- exception ClientError(*args, **kwargs)[source]¶
Bases:
HTTPError,BrowserHTTPError
- exception ServerError(*args, **kwargs)[source]¶
Bases:
HTTPError,BrowserHTTPError,BrowserUnavailable
- exception BrowserTooManyRequests(message='', next_try=None)[source]¶
Bases:
BrowserUnavailableClient 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.