========== Exceptions ========== .. currentmodule:: hostedpi.exc Exceptions raised by the **hostedpi** module are documented here. They can be imported from ``hostedpi.exc``, for example: .. code-block:: python from hostedpi.exc import HostedPiException .. autoclass:: HostedPiException :show-inheritance: .. autoclass:: MythicAuthenticationError :show-inheritance: .. autoclass:: HostedPiUserError :show-inheritance: .. autoclass:: HostedPiValidationError :show-inheritance: .. autoclass:: HostedPiServerError :show-inheritance: .. autoclass:: HostedPiInvalidParametersError :show-inheritance: .. autoclass:: HostedPiNotAuthorizedError :show-inheritance: .. autoclass:: HostedPiOutOfStockError :show-inheritance: .. autoclass:: HostedPiProvisioningError :show-inheritance: .. autoclass:: HostedPiNameExistsError :show-inheritance: