![]() | JsonRpcErrorCode Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: JsonRpc.Messages
Member name | Value | Description | |
---|---|---|---|
InternalError | -32603 | Internal JSON-RPC error. (JSON-RPC) | |
InvalidParams | -32602 | Invalid method parameter(s). (JSON-RPC) | |
InvalidRequest | -32600 | The JSON sent is not a valid Request object. (JSON-RPC) | |
MethodNotFound | -32601 | The method does not exist / is not available. (JSON-RPC) | |
ParseError | -32700 | Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text. (JSON-RPC) | |
UnhandledClrException | -32010 | There is unhandled CLR exception occurred during the process of request. (JsonRpc.Standard) |