RestException

Respresents a Rest error response

Constructors

this
this(int status, Json jsonResult, string file, int line, Throwable next)

Members

Properties

jsonResult
const(Json) jsonResult [@property getter]

The HTTP status code

Inherited Members

From HTTPStatusException

status
int status [@property getter]

The HTTP status code

debugMessage
string debugMessage;
Undocumented in source.

Meta