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

Meta