error#

AedtLogger.error(msg: str, *args, **kwargs)#

Write an error message to the global logger.

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.logger.error("Operation failed")