API Reference
Class
JsonRpcError
Represents a JSON-RPC error payload.
Inheritance
- Object
- JsonRpcError
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property JsonRpcException.Error
Accepted by parameters
- Constructor JsonRpcException.JsonRpcException
- Constructor JsonRpcException.JsonRpcException
- Constructor JsonRpcException.JsonRpcException
- Constructor JsonRpcException.JsonRpcException
Constructors
public JsonRpcError(Int32 code, String message, JsonValue data) #Initializes a new JSON-RPC error.
Parameters
- code System.Int32
- Error code.
- message System.String
- Error message.
- data IntelligenceX.Json.JsonValue
- Optional error data.