mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
425 B
8 lines
425 B
2 years ago
|
// These tests trigger various 'internal error' conditions.
|
||
|
|
||
|
--> {"jsonrpc":"2.0","id":1,"method":"test_marshalError","params": []}
|
||
|
<-- {"jsonrpc":"2.0","id":1,"error":{"code":-32603,"message":"json: error calling MarshalText for type *rpc.MarshalErrObj: marshal error"}}
|
||
|
|
||
|
--> {"jsonrpc":"2.0","id":2,"method":"test_panic","params": []}
|
||
|
<-- {"jsonrpc":"2.0","id":2,"error":{"code":-32603,"message":"method handler crashed"}}
|