DataNotAvailableWarning#

exception ansys.tools.common.warnings.DataNotAvailableWarning(message: str)#

Bases: AnsysWarning

Warning raised when requested data is not yet available.

This warning is typically issued when a property or method returns None because the underlying data has not been computed or loaded yet.

Import detail#

from ansys.tools.common.warnings import DataNotAvailableWarning