vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
RestException
index
vibe
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
Inherited Members
From HTTPStatusException
status
int
status
[@property getter]
The HTTP status code
debugMessage
string
debugMessage
;
Undocumented in source.
Meta
Source
See Implementation
index
vibe
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