inputSummary.error
Property Description |
If applicable, holds a serialized error that is thrown from getInputData(inputContext). |
Type |
string |
Since |
2015.2 |
Syntax
The following code snippet shows the syntax for this member. It's not a functional example. For a complete script example, see SuiteScript 2.x Map/Reduce Script Code Samples.
...
logMetrics(summary.inputSummary);
log.error('Input Error', summary.inputSummary.error);
...