Skip to main content

Module error

Module error 

Source
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ยง

ParseError
A parse error with a human-readable message and source location.
Span
A source location in the PDDL input text.