ZF2-181: Zend_Json_Server only allows error codes RESERVED for JSON-RPC implementation
Description
Zend_Json_Server (ZF1) currently only allows errors in range(-32099, -32000). For ZFv2, the implementation should be changed to adhere to the spec: * Error code can be any integer * Codes in range(-32700,-32000) are reserved for protocol implementation
See: ZF-11991 for more information. Thanks to [~448191] for raising the ZFv1 issue.
Comments
Posted by Ralph Schindler (ralph) on 2012-10-08T20:15:27.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf2/issues/2456