Errors
errors
The five exceptions this SDK raises, all rooted in SystemOneError.
SystemOneError
APIError
Bases: SystemOneError
A non-2xx response. Inspect status rather than catching a per-status subclass.
Source code in system_one/errors.py
AuthenticationError
APIConnectionError
Bases: SystemOneError, ConnectionError
The request never reached the server.
APITimeoutError
Bases: APIConnectionError, TimeoutError
The request did not complete within the configured timeout.