Fatal Errors

In addition reporting on errors detected during validation, Docsplitter reports may include information about fatal errors, which are:

A fatal error shows up as a Fatal element to the XML report. It usually contains child elements:

Message

BeginLine

EndLine

Example

<Fatal number="10917" line="239" severity="3">
  <Message>Transaction Set segment total 236 Incorrect - should be 237</Message>
  <BeginLine>9</BeginLine> 
  <EndLine>238</EndLine> 
  </Fatal>

For details, refer Fatal Error Elements .