JsonRpc2Response

Undocumented in source.

Constructors

this
this(JSONValue id, Nullable!JsonRpc2Error err, Nullable!JSONValue result)

Undocumented in source.

Members

Functions

encode
string encode()

Undocumented in source. Be warned that the author may not have intended to support it.

getError
Nullable!JSONValue getError()

Undocumented in source. Be warned that the author may not have intended to support it.

getErrorObject
Nullable!JsonRpc2Error getErrorObject()

Undocumented in source. Be warned that the author may not have intended to support it.

getID
JSONValue getID()

Undocumented in source. Be warned that the author may not have intended to support it.

getResult
Nullable!JSONValue getResult()

Undocumented in source. Be warned that the author may not have intended to support it.

getVersion
JsonRpcVersion getVersion()

Undocumented in source. Be warned that the author may not have intended to support it.

success
bool success()

Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

parse
JsonRpcMessage parse(string msg)

Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From JsonRpcResponse

getID
JSONValue getID()

Undocumented in source.

success
bool success()

Undocumented in source.

getResult
Nullable!JSONValue getResult()

Undocumented in source.

getError
Nullable!JSONValue getError()

Undocumented in source.

Meta