Skip to content

Commit 6f2e553

Browse files
committed
fix: add COLUMN_NOT_FOUND to ErrorCode union to fix tsc build
1 parent bd7e061 commit 6f2e553

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/errors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
export type ErrorCode =
88
| "TABLE_NOT_FOUND"
9+
| "COLUMN_NOT_FOUND"
910
| "INVALID_FORMAT"
1011
| "SCHEMA_MISMATCH"
1112
| "INVALID_FILTER"

0 commit comments

Comments
 (0)