Skip to main content

Module error

Module error 

Source
Expand description

Error types for the parsing module.

We keep errors simple and actionable. Each variant tells you exactly what went wrong and (usually) how to fix it.

Enums§

ParseError
Things that can go wrong when parsing source files.

Type Aliases§

Result
Convenience type for functions that can fail during parsing.