The exceptions.py module#

Summary#

ApiClientError

Provides the generic exception for the PyRocky API.

NotSupportedError

Provides the error to be raised when feature/parameter/version is not supported.

LaunchError

Provides the error raised when problems occurs during launch of the Rocky app.

ApiServerError

Provides the Exception class for an error generated within the API layer.

Description#

Module where the exception classes of the project are contained.