Expand description
error handling utilities
Modules§
- parse_
errors - Error subtypes for
ToASTErrorKind
Structs§
- Expected
Token Config - Defines configurable rules for how tokens in an
UnrecognizedToken
orUnrecognizedEof
error should be displayed to users. - Parse
Errors - Represents one or more
ParseError
s encountered when parsing a policy or template. - ToAST
Error - Error from the CST -> AST transform
- ToCST
Error - Error from the text -> CST parser
Enums§
- Literal
Parse Error - Errors possible from
Literal::from_str()
- Parse
Error - Errors that can occur when parsing Cedar policies or expressions.
- ToAST
Error Kind - Details about a particular kind of
ToASTError
.
Functions§
- expected_
to_ string - Format lalrpop expected error messages