tcalmant / jsonrpclib

A Python (2 & 3) JSON-RPC over HTTP that mirrors the syntax of xmlrpclib (aka jsonrpclib-pelix)
https://jsonrpclib-pelix.readthedocs.io/
Apache License 2.0
53 stars 24 forks source link

server: Add data attribute to error response #15

Closed mschmitzer closed 9 years ago

mschmitzer commented 9 years ago

The spec allows an optional data element in the error dict that contains an error-specific data structure.