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 e51d8dd + 0745585 commit cccb4a3Copy full SHA for cccb4a3
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