|
@@ -79,15 +79,19 @@
|
|
</methods>
|
|
</methods>
|
|
<constants>
|
|
<constants>
|
|
<constant name="PARSE_ERROR" value="-32700" enum="ErrorCode">
|
|
<constant name="PARSE_ERROR" value="-32700" enum="ErrorCode">
|
|
|
|
+ The request could not be parsed as it was not valid by JSON standard ([method JSON.parse] failed).
|
|
</constant>
|
|
</constant>
|
|
<constant name="INVALID_REQUEST" value="-32600" enum="ErrorCode">
|
|
<constant name="INVALID_REQUEST" value="-32600" enum="ErrorCode">
|
|
|
|
+ A method call was requested but the request's format is not valid.
|
|
</constant>
|
|
</constant>
|
|
<constant name="METHOD_NOT_FOUND" value="-32601" enum="ErrorCode">
|
|
<constant name="METHOD_NOT_FOUND" value="-32601" enum="ErrorCode">
|
|
A method call was requested but no function of that name existed in the JSONRPC subclass.
|
|
A method call was requested but no function of that name existed in the JSONRPC subclass.
|
|
</constant>
|
|
</constant>
|
|
<constant name="INVALID_PARAMS" value="-32602" enum="ErrorCode">
|
|
<constant name="INVALID_PARAMS" value="-32602" enum="ErrorCode">
|
|
|
|
+ A method call was requested but the given method parameters are not valid. Not used by the built-in JSONRPC.
|
|
</constant>
|
|
</constant>
|
|
<constant name="INTERNAL_ERROR" value="-32603" enum="ErrorCode">
|
|
<constant name="INTERNAL_ERROR" value="-32603" enum="ErrorCode">
|
|
|
|
+ An internal error occurred while processing the request. Not used by the built-in JSONRPC.
|
|
</constant>
|
|
</constant>
|
|
</constants>
|
|
</constants>
|
|
</class>
|
|
</class>
|