Module error

Source
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§

ParseError
Unrecoverable parsing error
UnrecognizedToken
Parsing failure due to an unrecognized attribute or enum discriminator

Enums§

ParseFailure
Value’s failed parsing result