tendermint/rpc/lib/server
Anton Kaliaev f74de4cb86 include optional data field in error object
```
data
A Primitive or Structured value that contains additional information about the error.
This may be omitted.
The value of this member is defined by the Server (e.g. detailed error information, nested errors etc.).
```
2017-09-18 16:36:02 -04:00
..
handlers.go include optional data field in error object 2017-09-18 16:36:02 -04:00
http_params.go rpc -> rpc/lib and rpc/tendermint -> rpc 2017-04-26 19:57:33 -04:00
http_server.go include optional data field in error object 2017-09-18 16:36:02 -04:00
parse_test.go Test json rpc parsing 2017-05-03 16:26:18 +02:00