PrimeRuntimeError#

exception ansys.meshing.prime.PrimeRuntimeError(message, error_code=None, error_locations=None)#

Provides runtime errors for PyPrimeMesh.

Parameters:
messagestr

Error message to show.

error_codeErrorCode, optional

ID of the error. The default is None.

error_locationsAny, optional

Location of the error. The default is None.