ResponseMessage

Constructors

this
this(RequestToken id, JSONValue result)
Undocumented in source.
this
this(RequestToken id, ResponseError error)
Undocumented in source.

Members

Variables

error
Optional!ResponseError error;
id
RequestToken id;
result
Optional!JSONValue result;

Meta