Exceptions¶
Pyth-specific exception hierarchy.
- exception pyth_pandas.exceptions.PythAPIError(status_code, url, detail)[source]¶
Bases:
PythErrorRaised when the API returns a non-2xx response.
- exception pyth_pandas.exceptions.PythAuthError(status_code=0, url='', detail='')[source]¶
Bases:
PythAPIErrorRaised on 401/403 responses, or when required credentials are missing.