ResponseMessageRaw

Members

Functions

toString
string toString()

Formats this request message into ResponseMessage({id}: {json/error})

Static functions

deserialize
ResponseMessageRaw deserialize(const(char)[] json)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

error
Optional!ResponseError error;
id
RequestToken id;
resultJson
string resultJson;

empty string/null if not set, otherwise JSON string of result

Meta