core/api_exception library

Exceptions / Errors

ApiException
Base exception class for all API-related errors
AuthenticationException
Exception thrown when authentication fails
AuthorizationException
Exception thrown when authorization fails
CancelledException
Exception thrown when a request is cancelled
NetworkException
Exception thrown when a network error occurs
ParseException
Exception thrown when the response cannot be parsed
RateLimitException
Exception thrown when rate limit is exceeded
ServerException
Exception thrown when the server returns an error response
TimeoutException
Exception thrown when a request times out