Class RestException
Respresents a Rest error response
Constructors
Name | Description |
---|---|
this
(status, result, file, line, next)
|
Fields
Name | Type | Description |
---|---|---|
debugMessage
|
string |
Properties
Name | Type | Description |
---|---|---|
jsonResult [get]
|
inout(Json) | The result text reported to the client |
status [get]
|
int | The HTTP status code |