Enums§
- Compilation
Error - This error lives inside the the parsers Error type. So it’s a sub-error of a parse error.
- Json
PopError - This is the error type returned by the parser. It’s bounded by the lifetime of the source string which was parsed
- TopLevel
Error - A top level error returned by processes or tests.. It’s not bounded by the lifetime of the string being parsed. we should add error codes to these.