Skip to content

Commit e14399a

Browse files
feat: add INVALID_ARGUMENT_FOR_XQUERY (10608) (#540)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 9c61bf1 commit e14399a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PostgresError.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ export enum PostgresError {
5757
DIAGNOSTICS_EXCEPTION = "0Z000",
5858
/** Class 0Z - Diagnostics Exception: [E] stacked_diagnostics_accessed_without_active_handler */
5959
STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER = "0Z002",
60+
/** Class 10 - XQuery Error: [E] invalid_argument_for_xquery */
61+
INVALID_ARGUMENT_FOR_XQUERY = "10608",
6062
/** Class 20 - Case Not Found: [E] case_not_found */
6163
CASE_NOT_FOUND = "20000",
6264
/** Class 21 - Cardinality Violation: [E] cardinality_violation */

0 commit comments

Comments
 (0)