Expand description
Structured error type for all orpc-parse parsing and validation failures.
Every error carries a Span so the Rust compiler points at the exact
token that caused the problem, plus a kind that produces an actionable
help: message alongside the main diagnostic.
Structs§
- Error
- A parse or validation error with span information and a user-facing suggestion.