ErrorCode
01 Syntax
Microsoft.VisualBasic.Net.Http.JsonRPC.ErrorCode
02 Fields
| Name | Overloads | Summary |
|---|---|---|
| ParserError | 2 | Invalid JSON was received by the server. |
| InvalidRequest | 2 | The JSON sent is not a valid Request object. |
| MethodNotFound | 2 | The method does not exist / is not available. |
| InvalidParams | 2 | Invalid method parameter(s). |
| Success | 1 | |
| InternalError | 1 |
03 Members
ParserError
Invalid JSON was received by the server. An Error occurred On the server While parsing the JSON text.
InvalidRequest
The JSON sent is not a valid Request object.
MethodNotFound
The method does not exist / is not available.
InvalidParams
Invalid method parameter(s).
Success
ParserError
InvalidRequest
MethodNotFound
InvalidParams
InternalError