result has error in it
Closed this issue · 2 comments
shanejonas commented
Describe the bug
Getting errors ends up in the result
key for jsonrpc
To Reproduce
Steps to reproduce the behavior:
- https://playground.open-rpc.org/?schemaUrl=https://services.jade.builders/
- Click on
listServices
- Scroll down to the inspector
- enter
"foo"
intoparams: []
- See error
Expected behavior
I should see error at the root level:
{
"jsonrpc": "2.0",
"error": {}
}
shanejonas commented
fixed
shanejonas commented