Expand description
Error types for the PDDL parser.
Provides ParseError with a human-readable message and a Span that pinpoints
the exact location (byte offset, line, column) in the source text where the error occurred.
Structsยง
- Parse
Error - A parse error with a human-readable message and source location.
- Span
- A source location in the PDDL input text.