RestErrorInformation

Contains detailed informations about the error

Used by the error handler (RestInterfaceSettings.errorHandler) to return the correct information(s) to clients.

struct RestErrorInformation {}

Members

Variables

exception
Exception exception;

If triggered by an exception, this contains the catched exception object.

statusCode
HTTPStatus statusCode;

The status code that the handler should send in the reply

Meta