| ResponseMessage Properties |
The ResponseMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| Error |
A JObject representing an error that occurred while processing the request.
| |
| Id |
A unique ID assigned to the request/response session. The request creator is responsible for this value.
| |
| Jsonrpc |
See Jsonrpc.
| |
| Result |
A JObject representing the result of processing the request.
|