| Interface | Description |
|---|---|
| Tuple |
Representation of tuple types.
|
| Class | Description |
|---|---|
| CancelParams |
To cancel a request a notification message with the following properties is sent.
|
| Either<L,R> |
An either type maps union types in protocol specifications.
|
| Either3<T1,T2,T3> |
Union type for three types.
|
| IdentifiableMessage |
A message with an
id property. |
| Message |
A general message as defined by JSON-RPC.
|
| MessageIssue |
Describes an issue found while parsing or validating a message.
|
| NotificationMessage |
A notification message.
|
| RequestMessage |
A request message to describe a request between the client and the server.
|
| ResponseError | |
| ResponseMessage |
Response message sent as a result of a request.
|
| Tuple.Two<F,S> |
A two-tuple, i.e.
|
| Enum | Description |
|---|---|
| ResponseErrorCode |
A number indicating the error type that occurred.
|