Expand description
Failures reading, writing, and transforming a .pio.json package.
Every fallible entry point used to return serde_json::Result, so a
version rejection, a model_kind inconsistency, and a genuine JSON syntax
failure all arrived as one opaque serde_json::Error that a caller could
only tell apart by matching on the message text. Each is its own variant
here.
Enums§
- Error
- A
.pio.jsonfailure.
Type Aliases§
- Result
- The result type every fallible entry point in this crate returns.