Struct RestErrorInformation
Contains detailed informations about the error
struct RestErrorInformation
;
Used by the error handler (RestInterfaceSettings
) to return
the correct information(s) to clients.
Fields
Name | Type | Description |
---|---|---|
exception
|
Exception | If triggered by an exception, this contains the catched exception object. |
statusCode
|
HTTPStatus | The status code that the handler should send in the reply |