Fatal Errors
In addition reporting on errors detected during validation, Docsplitter reports may include information about fatal errors, which are:
-
Something unexpected or unrecoverable.
-
Errors in trailer segments (SE, GE, or IEA). A trailer segment error invalidates the entire block of data to which it refers, regardless of what was already reported within the block.
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 .