forked from cerc-io/plugeth
This changes the error code returned by the RPC server in certain situations: - handler panic: code -32603 - result marshaling error: code -32603 - attempt to subscribe via HTTP: code -32001 In all of the above cases, the server previously returned the default error code -32000. Co-authored-by: Nicholas Zhao <nicholas.zhao@gmail.com> Co-authored-by: Felix Lange <fjl@twurst.com> |
||
|---|---|---|
| .. | ||
| internal-error.js | ||
| invalid-badid.js | ||
| invalid-badversion.js | ||
| invalid-batch.js | ||
| invalid-idonly.js | ||
| invalid-nonobj.js | ||
| invalid-syntax.json | ||
| reqresp-batch.js | ||
| reqresp-echo.js | ||
| reqresp-namedparam.js | ||
| reqresp-noargsrets.js | ||
| reqresp-nomethod.js | ||
| reqresp-noparam.js | ||
| reqresp-paramsnull.js | ||
| revcall2.js | ||
| revcall.js | ||
| subscription.js | ||