How can i pass error code into response?
topilski opened this issue · 0 comments
topilski commented
Hi, according http://www.jsonrpc.org/specification , error json field should have code: {"code": -32601, "message": "Method not found"}
, how can get this code from response? Now you only return message.