File Errors XML Format
The file errors element of the transmission processed notification
XML provides details about the errors associated with the incoming
transmission. The following is the structure for this XML section:
<fileError errorRecordNumber="1" fileRecordNumber="0" errorsInRecord="2">
<error>
<errorCode>CT01054</errorCode>
<errorDescription>Origin R/T has invalid check digit</errorDescription>
<errorValue>ACT</errorValue>
</error>
.
.
.
</fileError>Table 1 describes
the elements in the file errors XML.
| Node Name | Node Type | Description |
|---|---|---|
| fileError | ELEMENT | Contains the error information for this incoming transmission. There is only one fileError element in the transmission processed notification XML. |
| fileId | TEXT | Transmission ID from the FTM database |
| errorRecordNumber | TEXT | Sequential number for this error record |
| fileRecordNumber | TEXT | The error record contains errors for this transmission record number |
| errorsInRecord | TEXT | Number of errors contained in this file error element |
| error | ELEMENT | There are errorsInRecord of these elements, each having an errorCode and errorDescription. |
| errorCode | TEXT | The error code for this error |
| errorDescription | TEXT | A text description of this error |