Expand description
Contains some common error types.
Structs§
- Exhausted
Input - no options matched for rule
- NoMatch
- could not match literal
- Unexpected
- A canonical error for when a grammar simply finds something it doesn’t expect.
- UnexpectedEOF
- unexpected end of input
- Unexpected
Match - matched input unexpectedly
- Unmatched
Input - expected input to match function