The exceptions.py module#

Summary#

AnsysError

Base class for all exceptions raised by the Ansys API.

ProductInstanceError

Custom exception for ProductInstance lifecycle errors.

AnsysHostnameValueError

Error raised when hostname value is not valid.

AnsysPortValueError

Error raised when port value is not valid.

AnsysTypeError

Error raised when an argument is of the wrong type.

AnsysLogicError

Exception raised when an unexpected logical condition occurs.

VersionSyntaxError

An exception raised when an invalid version syntax is found.

VersionError

An exception raised when a version is not valid.

Description#

Exceptions module.