MdmSyncGroupExecution::reportErrorAndThrow Method
Save the exeption into the log and throw the exception.
Syntax
client server public static void reportErrorAndThrow(
RecId _executionLogRecId,
MdmSyncGroupName _syncGroupName,
str _error)
Run On
ClientOrServer
Parameters
- _executionLogRecId
Type: RecId Extended Data Type
Id of the log record.
- _syncGroupName
Type: MdmSyncGroupName Extended Data Type
Name of the sync group.
- _error
Type: str
The exception message.