Module cedar_policy_core::parser::err
source · Expand description
error handling utilities
Structs
- Like
ParseErrors
, but you don’t have to own theVec
- if you wrap a
Vec<ParseError>
in this struct, it gains a Display impl that displays each parse error on its own line, indented.
Enums
- For errors during parsing