ResponseMessage Class |
Namespace: VSCode.JsonRpc
public class ResponseMessage : IMessage
The ResponseMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | ResponseMessage |
Creates a new ResponseMessage instance.
|
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.
|
Name | Description | |
---|---|---|
![]() | ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |