ResponseError

Undocumented in source.

Members

Static functions

fromErrorCode
ResponseError fromErrorCode(ErrorCodes errorCode, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

code
long code;
Undocumented in source.
data
Nullable!JSONValue data;
Undocumented in source.
message
string message;
Undocumented in source.

Meta