Example: Incorrect Record Count in the Trailer {#batch-results-file-response-xml-ex-failure-114}
================================================================================================

This example batch validation response file illustrates error code 114. The trailer record specifies a sum of 14.00, but the actual total is 15.00.

```
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE Batch SYSTEM "olp_validation_report_1_0.dtd"&gt;
&lt;Batch BatchID="22222222" MerchantID="gpntest2" Name="OLP Validation Report" Version="1.0"&gt;
    &lt;ValidationStatus&gt;Failed&lt;/ValidationStatus&gt;
    &lt;ValidationTime&gt;2022-07-31T14:40:36&lt;/ValidationTime&gt;
    &lt;ValidationErrors&gt;
        &lt;Error&gt;
            &lt;RecordNumber&gt;0&lt;/RecordNumber&gt;
            &lt;ErrorCode&gt;114&lt;/ErrorCode&gt;
            &lt;ErrorMessage&gt;SUM in Trailer record (14.00) does not match with the
             actual total (15.00).&lt;/ErrorMessage&gt;
            &lt;ErrorRemedy&gt;Make sure the SUM in the Trailer record matches with the
             actual sum of all data records.&lt;/ErrorRemedy&gt;
        &lt;/Error&gt;
    &lt;/ValidationErrors&gt;
&lt;/Batch&gt;
```

