Click or drag to resize

ResponseMessage Properties

[This is preliminary documentation and is subject to change.]

The ResponseMessage type exposes the following members.

Properties
  NameDescription
Public propertyError
The error that occurred while processing the request.
Public propertyId
A unique ID assigned to the request/response session. The request creator is responsible for this value.
Public propertyResult
An object representing the result of processing the request.
Public propertyVersion
The version of the JSON-RPC specification in use.
(Inherited from Message.)
Top
See Also