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

Meta