Exceptions¶
- exception exotelpy.exceptions.PyexotelBaseException¶
Bases:
Exception
- exception exotelpy.exceptions.ValidationError¶
Bases:
PyexotelBaseException
Raised when 400 status code is returned by Exotel API
- exception exotelpy.exceptions.AuthenticationFailed¶
Bases:
PyexotelBaseException
Raised when 401 status code is returned by Exotel API
- exception exotelpy.exceptions.PaymentRequired¶
Bases:
PyexotelBaseException
Raised when 402 status code is returned by Exotel API
- exception exotelpy.exceptions.NotFound¶
Bases:
PyexotelBaseException
Raised when 404 status code is returned by Exotel API
- exception exotelpy.exceptions.PermissionDenied¶
Bases:
PyexotelBaseException
Raised when 403 status code is returned by Exotel API
- exception exotelpy.exceptions.Throttled¶
Bases:
PyexotelBaseException
Raised when 429 status code is returned by Exotel API
- exception exotelpy.exceptions.UniqueViolationError¶
Bases:
PyexotelBaseException