hb-web ~master (2017-03-20T21:43:19Z)
Dub
Repo
RestException
hb
web
common
Respresents a Rest error response
class
RestException : HTTPStatusException {
this
(int status, Json jsonResult, string file, int line, Throwable next);
const
(
Json
)
jsonResult
[@property getter];
}
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
Source
See Implementation
hb
web
common
classes
RestException
enums
MethodStyle
NestedNameStyle
ParamResult
functions
adjustMethodStyle
bodyParam
concatURL
contentType
extractHTTPMethodAndName
headerParam
method
path
queryParam
readFormParamRec
setVoid
webConvTo
properties
rootPathFromName
structs
ContentTypeAttribute
MethodAttribute
ParamError
PathAttribute
WebParamAttribute
templates
isNullable
Respresents a Rest error response