Expand description
Types related to the failure conditions of the parsing process.
The parsing failure can be indicated by ParseError
, UnrecognizedToken
, or
ParseFailure
. See Parser
for documentation on the relationship between
these types and how each is used in the parsing process
Structs§
- Parse
Error - Unrecoverable parsing error
- Unrecognized
Token - Parsing failure due to an unrecognized attribute or enum discriminator
Enums§
- Parse
Failure - Value’s failed parsing result