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