If there were any requests that could not be processed by the application due to bad input data or a non-recoverable error then the result files will include an errorResultData file.
The error result data file is a CSV file with the following fields.
| Name | Description |
|---|---|
| sequenceNumber | The index of the original request that the error is for. |
| errorCode | A short description of the type of error. |
| errorMessage | A detailed description of the specifics of the error. |