3 #include <samchon/library/Event.hpp> std::string message
Error message. 
 
Event representing an error. 
 
ErrorEvent(EventDispatcher *source, const std::string &message)
Construct from source and error-id. 
 
EventDispatcher * source
Source of the event. 
 
Represent an event running on background. 
 
auto getMessage() const  -> std::string
Get error-id. 
 
Abstract class for dispatching Event.