JsonRpc2Error

Undocumented in source.

Constructors

this
this(long code, string msg, Nullable!JSONValue data)

Undocumented in source.

Members

Functions

getCode
long getCode()

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

getData
Nullable!JSONValue getData()

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

getMessage
string getMessage()

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

toJSON
JSONValue toJSON()

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

Static functions

fromJSON
JsonRpc2Error fromJSON(JSONValue json)

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

Meta