ResponseMessage

Constructors

this
this(RequestToken id, JsonValue result)
Undocumented in source.
this
this(RequestToken id, ResponseError error)
Undocumented in source.
this
this(typeof(null) id, JsonValue result)
Undocumented in source.
this
this(typeof(null) id, ResponseError error)
Undocumented in source.

Members

Variables

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

Meta