Class RestException
Respresents a Rest error response
Inherits from
-
HTTPStatusException
(base class)
Constructors
Name | Description |
---|---|
this
|
Fields
Name | Type | Description |
---|---|---|
debugMessage
|
string |
Properties
Name | Type | Description |
---|---|---|
jsonResult
[get]
|
const(Json) |
The HTTP status code
|
status
[get]
|
int |
The HTTP status code
|
Authors
Sönke Ludwig, Михаил Страшун
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.