Expand description
Structured diagnostics for distribution conversions.
This mirrors the .pio.json diagnostic shape without depending on
powerio-pkg, which already depends on this crate.
Structs§
- Diagnostic
Code - A stable dotted diagnostic code, e.g.
EMIT.BMOPF.TRANSFORMER_UNSUPPORTED. - Structured
Diagnostic - One structured conversion finding.
Enums§
- Diagnostic
Severity - Severity, ordered worst last.
- Diagnostic
Stage - The conversion stage that emitted a diagnostic.
Constants§
- READ_
BMOPF_ FIELD_ NOT_ A_ NUMBER - A BMOPF field the schema types as a number holds something else. Severity
Error: the field reads asNaN, which serializes on as an unbounded limit, so the parse states a fact the source never gave. - READ_
DSS_ INCLUDE_ BUDGET - The reader stopped following
Redirect/Compile/Buscoordsincludes because the case exceeded the include budget. SeverityError: the parse continued, but the network is incomplete. - READ_
DSS_ INCLUDE_ REFUSED - A
Redirect/Compile/Buscoordsinclude the reader refused because it escapes the case directory. SeverityError: the parse continued, but the network is incomplete.