ResponseError

Constructors

this
this(Throwable t)
Undocumented in source.
this
this(ErrorCode c)
Undocumented in source.
this
this(ErrorCode c, string msg)
Undocumented in source.

Members

Variables

code
ErrorCode code;

A Number that indicates the error type that occurred.

data
OptionalJsonValue data;

A Primitive or Structured value that contains additional information about the error. This may be omitted. The value of this member is defined by the Server (e.g. detailed error information, nested errors etc.).

message
string message;

A String providing a short description of the error. The message SHOULD be limited to a concise single sentence.

Meta