cloudendure.exceptions

Define the CloudEndure exceptions.

CloudEndureException

CloudEndureException()

Define the structure of a CloudEndure exception.

CloudEndureHTTPException

CloudEndureHTTPException()

Define the CloudEndure exception for unauthorized content.

CloudEndureUnauthorized

CloudEndureUnauthorized()

The CloudEndure HTTP exception (401) was encountered for the request due to an unauthenticated request.

CloudEndureForbidden

CloudEndureForbidden()

The CloudEndure HTTP exception (403) was encountered because the current user is not allowed access.

CloudEndureNotFound

CloudEndureNotFound()

The CloudEndure HTTP exception (404) was encountered for the request due to the object not being found.

CloudEndureMethodNotAllowed

CloudEndureMethodNotAllowed()

The CloudEndure HTTP exception (405) raised when using a method that is not supported.

For example: (POST instead of GET).

CloudEndureUnprocessableEntity

CloudEndureUnprocessableEntity()

The CloudEndure HTTP exception (422) was encountered due to invalid input.

CloudEndureInvalidEvent

CloudEndureInvalidEvent()

The CloudEndure exception for invalid Event types.

CloudEndureMisconfigured

CloudEndureMisconfigured()

The CloudEndure exception indicating the CLI/Module hasn't been configured properly.