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 3051370 commit 4f48622Copy full SHA for 4f48622
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