onSyncFailure.js-logsample revision 6c48312a132cb29f83b7b1b6bc87db4d7901f88e
0N/A// sample onSyncFailure script that just logs the error
0N/A(function () {
0N/A logger.warn("onSyncFailure script invoked with systemIdentifier: {} objectType: {} failedRecordUid: {} failedRecord: {} exception {}",
0N/A syncFailure.systemIdentifier,
0N/A syncFailure.objectType,
0N/A syncFailure.uid,
0N/A syncFailure.failedRecord,
0N/A failureCause.toString());
0N/A}());
0N/A