Expand description
Error definitions for proof-of-sql-parser
Enums§
- Parse
Error  - Errors encountered during the parsing process
 
Type Aliases§
- Parse
Result  - General parsing error that may occur, for example if the provided 
schema/object_namestrings aren’t valid postgres-style identifiers (excluding dollar signs).