Open
Description
the spec. mentions that "-32000 to -32099 Server error Reserved for implementation-defined server-errors."
The remainder of the space is available for application defined errors.
Could we have custom define errors for application in the future?
Like:
return JSONRPCError(-32000, "Empty Request").as_response()
or just let user define class JSONRPCEmptyRequest(JSONRPCError)
Thanks