We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7e061 commit 6f2e553Copy full SHA for 6f2e553
src/errors.ts
@@ -6,6 +6,7 @@
6
7
export type ErrorCode =
8
| "TABLE_NOT_FOUND"
9
+ | "COLUMN_NOT_FOUND"
10
| "INVALID_FORMAT"
11
| "SCHEMA_MISMATCH"
12
| "INVALID_FILTER"
0 commit comments