EDBError#

class ansys.edb.core.utility.edb_error_manager.EDBError(message, severity)#

Class representing an error received from the EDB error manager on the server.

Methods

Attributes

EDBError.message

str: The message stored in the error.

EDBError.severity

EDBErrorSeverity: The severity of the error.