ErrorMessage

Message sent to client as response to a call if an error occured.

Members

Variables

file
string file;

In debug mode only

id
uint id;

The request id repeated

line
uint line;

In debug mode only

message
string message;

In debug mode only

type
ErrorType type;

Type of error

Meta