commons.http.client package
Submodules
commons.http.client.base_client module
commons.http.client.dataos_consumer module
commons.http.client.hadler module
- exception commons.http.client.hadler.ApiException[source]
Bases:
Exception
Base exception class for API-related errors.
- exception commons.http.client.hadler.ForbiddenException[source]
Bases:
ApiException
Exception raised for 403 Forbidden.
- exception commons.http.client.hadler.InvalidRequestException[source]
Bases:
ApiException
Exception raised for 400 Bad Request.
- exception commons.http.client.hadler.NotFoundException[source]
Bases:
ApiException
Exception raised for 404 Not Found.
- exception commons.http.client.hadler.UnauthorizedException[source]
Bases:
ApiException
Exception raised for 401 Unauthorized.