mbakeranalecta/sam

Report parser errors and structure errors separately.

Closed this issue · 1 comments

Currently they are rolled into one count at the end of the run. But they are of different severity levels and should be reported separately. Parser errors mean parsing was incomplete. Structure errors only mean that the doc did not validate against its schema.

Addressed in bc3fbfe.