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§
- Parse
Error - Things that can go wrong when parsing source files.
Type Aliases§
- Result
- Convenience type for functions that can fail during parsing.