exceptions/_all
library
Exceptions / Errors
-
BaseException
-
A base class for exceptions that may occur during HTTP requests/responses
when using the RestApiClient.
-
ForbiddenException
-
A derived exception class that represents a server error when access is forbidden,
typically indicating a 403 HTTP status code.
-
NetworkErrorException
-
A derived exception class that represents network-related errors during
HTTP requests, such as connectivity issues or timeouts.
-
ServerErrorException
-
A derived exception class that represents any server error encountered
during HTTP requests, typically indicating a 5xx HTTP status code.
-
UnauthorizedException
-
A derived exception class that represents unauthorized access errors
encountered during HTTP requests, typically indicating a 401 HTTP status code.
-
ValidationException
-
A derived exception class that represents any validation errors
encountered during API requests, typically related to improper data input.