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.
2 parents 3051370 + 4f48622 commit 0745585Copy full SHA for 0745585
src/PostgresError.php
@@ -57,6 +57,9 @@ class PostgresError
57
const DIAGNOSTICS_EXCEPTION = '0Z000';
58
const STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER = '0Z002';
59
60
+ // Class 10 - XQuery Error
61
+ const INVALID_ARGUMENT_FOR_XQUERY = '10608';
62
+
63
// Class 20 - Case Not Found
64
const CASE_NOT_FOUND = '20000';
65
0 commit comments