Module proof_of_sql_parser::error

source ·
Expand description

Error definitions for proof-of-sql-parser

Enums§

  • Errors encountered during the parsing process

Type Aliases§

  • General parsing error that may occur, for example if the provided schema/object_name strings aren’t valid postgres-style identifiers (excluding dollar signs).