ExceptionContext

Exception conxtext for event exceptions

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

callback
CallbackHandle callback;

(optional): CallbackHandle instance.

context
ExceptionContext* context;

(optional): Chained context.

future
FutureHandle future;

(optional) Future instance.

message
string message;

Error message.

protocol
Protocol protocol;

(optional): Protocol instance.

socket
Socket socket;

(optional): Socket instance.

throwable
Throwable throwable;

(optional) Throwable object.

transport
Transport transport;

(optional): Transport instance.

Meta