IncompatibleTypesException#
- exception IncompatibleTypesException(from_type: ansys.tools.variableinterop.variable_type.VariableType | str, to_type: ansys.tools.variableinterop.variable_type.VariableType | str)#
Bases: BaseException
Indicates that the types used in a conversion are incompatible.
Import detail#
from ansys.tools.variableinterop.exceptions import IncompatibleTypesException