We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c61bf1 commit e14399aCopy full SHA for e14399a
src/PostgresError.ts
@@ -57,6 +57,8 @@ export enum PostgresError {
57
DIAGNOSTICS_EXCEPTION = "0Z000",
58
/** Class 0Z - Diagnostics Exception: [E] stacked_diagnostics_accessed_without_active_handler */
59
STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER = "0Z002",
60
+ /** Class 10 - XQuery Error: [E] invalid_argument_for_xquery */
61
+ INVALID_ARGUMENT_FOR_XQUERY = "10608",
62
/** Class 20 - Case Not Found: [E] case_not_found */
63
CASE_NOT_FOUND = "20000",
64
/** Class 21 - Cardinality Violation: [E] cardinality_violation */
0 commit comments