vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
RestException.this
index
vibe
web
common
RestException
this
(int status, string result, string file, int line, Throwable next)
class
RestException
@
safe
this
(
int
status
,
string
result
,
string
file
= __FILE__
,
int
line
= __LINE__
,
Throwable
next
= null
)
this
(int status, Json jsonResult, string file, int line, Throwable next)
Meta
Source
See Implementation
index
vibe
web
common
RestException
constructors
this
properties
jsonResult