RestException

Respresents a Rest error response

Constructors

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

Members

Properties

jsonResult
inout(Json) jsonResult [@property getter]

The result text reported to the client

Inherited Members

From HTTPStatusException

status
int status [@property getter]

The HTTP status code

debugMessage
string debugMessage;
Undocumented in source.

Meta