RestErrorInformation

Undocumented in source.
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