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 63194e1 commit ce84624Copy full SHA for ce84624
src/EchoIt/JsonApi/Handler.php
@@ -29,7 +29,7 @@ abstract class Handler
29
const ERROR_HTTP_METHOD_NOT_ALLOWED = 16;
30
const ERROR_ID_PROVIDED_NOT_ALLOWED = 32;
31
const ERROR_MISSING_DATA = 64;
32
- const ERROR_RESERVED_7 = 128;
+ const ERROR_UNKNOWN = 128;
33
const ERROR_RESERVED_8 = 256;
34
const ERROR_RESERVED_9 = 512;
35
0 commit comments