Skip to main content

Module report

Module report 

Source
Expand description

Diagnostics produced by parsing/validation.

A Diagnostic carries a logical path (e.g. nodes[N07].evidence[0]), not a source line:columnserde-saphyr does not expose reliable spans through serde, so line numbers are intentionally not promised.

Structs§

Diagnostic
A single diagnostic: severity, logical path, and message.
ParseReport
The outcome of a parse: separated errors and warnings.

Enums§

Severity
Severity of a diagnostic.