core/exceptions/network_exceptions library
Exceptions / Errors
- BadGatewayException
- Bad gateway exception (502)
- BadRequestException
- Bad request exception (400)
- ConflictException
- Request conflict exception (409)
- ForbiddenException
- Access forbidden exception (403)
- HttpException
- Generic HTTP exception for unhandled status codes
- NetworkException
- Base network exception
- NoInternetException
- Network connectivity exception
- NotFoundException
- Resource not found exception (404)
- ParseException
- Response parsing exception
- RateLimitException
- Rate limit exceeded exception (429)
- RequestTimeoutException
- Request timeout exception
- ServerException
- Internal server error exception (500)
- Service unavailable exception (503)
- Authentication required exception (401)
- ValidationException
- Validation failed exception (422)