DataNotAvailableWarning#
- exception ansys.tools.common.warnings.DataNotAvailableWarning(message: str)#
Bases:
AnsysWarningWarning raised when requested data is not yet available.
This warning is typically issued when a property or method returns
Nonebecause the underlying data has not been computed or loaded yet.
Import detail#
from ansys.tools.common.warnings import DataNotAvailableWarning