infrastructure/exceptions/network/network_exceptions library
Exceptions / Errors
- CertificatePinningException
- Exception for SSL certificate pinning validation failures.
- ConflictException
- Exception for HTTP 409 Conflict errors.
- ForbiddenException
- Exception for HTTP 403 Forbidden errors.
- NetworkException
- Exception for general network connectivity failures.
- NotFoundException
- Exception for HTTP 404 Not Found errors.
- PayloadTooLargeException
- Exception for HTTP 413 Payload Too Large errors.
- RequestCancelledException
- Exception for intentionally cancelled HTTP requests.
- ServerException
- Exception for HTTP 5xx server errors.
- TimeoutException
- Exception for request timeout failures.
- TooManyRequestsException
- Exception for HTTP 429 Too Many Requests errors.
- Exception for HTTP 401 Unauthorized errors.
- ValidationException
- Exception for HTTP 422 validation errors with field-specific details.