processImportRowFailure(context)
Function Declaration |
|
Type |
Interface function |
Description |
Runs a custom logic to handle failures from a row import. It catches exceptions from the determineSourceForImportRow(context) and processImportRow(context) functions. For example, you can use this function to update the status of a custom record to Failed and register an error message. |
Returns |
|
Input Parameters |
importFileRow: ImportFileRow, errorMessage: String |