Exceptions API
The exceptions module provides custom exceptions for the 1WorldSync API client.
OneWorldSyncError
AuthenticationError
- class oneworldsync.exceptions.AuthenticationError[source]
Bases:
OneWorldSyncErrorException raised for authentication errors
APIError
- class oneworldsync.exceptions.APIError(status_code, message, response=None)[source]
Bases:
OneWorldSyncErrorException raised for API errors