ansys.rocky.core.exceptions#

Module where the exceptions of the project are contained.

Exceptions#

PyRockyError

Provides the generic exception for the PyRocky API.

RockyLaunchError

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

FreeflowLaunchError

Provides the error raised when problems occurs during launch of the Freeflow

RockyApiError

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

Module Contents#

exception ansys.rocky.core.exceptions.PyRockyError#

Bases: Exception

Provides the generic exception for the PyRocky API.

exception ansys.rocky.core.exceptions.RockyLaunchError#

Bases: PyRockyError

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

exception ansys.rocky.core.exceptions.FreeflowLaunchError#

Bases: PyRockyError

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

exception ansys.rocky.core.exceptions.RockyApiError#

Bases: Exception

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