Expand description
Crate-wide parse errors.
Every fallible parser in this crate returns ParseError. Variants
carry enough context to identify what went wrong without echoing the
whole input — the wire is meant to be machine-readable, so the error
is the structured diagnostic, not the line.