Expand description

A module for a common error API. Individual parsers may implement their own, more detailed error type. This error type may be used with the convenience parse traits, ParseVersion, ParseBase and ParseFull.

Enums

  • An error type for faults relating to parsing and expecting a certain type of token.
  • An error type for faults relating to parsing and constructing numbers.