HTTPServerErrorInfo

Aggregates all information about an HTTP error status.

Members

Variables

code
int code;

The HTTP status code

debugMessage
string debugMessage;

Extended error message with debug information such as a stack trace

exception
Throwable exception;

The error exception, if any

message
string message;

The error message

Meta