LibUserdError#

exception ansys.pyensight.core.libuserd.LibUserdError(msg)#

This class is an exception object raised from the libuserd library itself (not the gRPC remote interface). The associated numeric LibUserd.ErrorCode is available via the ‘code’ attribute.

Parameters:
msgstr

The message text to be included in the exception.

Attributes:
codeint

The numeric error code: LibUserd.ErrorCodes