AnsysError#

exception ansys.tools.common.exceptions.AnsysError(message: str)#

Bases: Exception

Base class for all exceptions raised by the Ansys API.

You can use this base class to catch all Ansys-related exceptions.

Overview#

Import detail#

from ansys.tools.common.exceptions import AnsysError

Attribute detail#

AnsysError.message#