zeisss/wobble

Wrong Error-Codes for JsonRPC 2.0 Spec

Uepsilon opened this issue · 1 comments

Please find the list of specified error codes below:

code message meaning
-32700 Parse error
-32600 Invalid Request
-32601 Method not found
-32602 Invalid params
-32603 Internal error
-32000
.
.
.
-32099 Server error

Source

Fixed by #134.