|
Common System 0.2.0
Common interfaces and patterns for system integration
|
Event published when an error occurs. More...
#include <event_bus.h>

Public Member Functions | |
| error_event (const std::string &module, const std::string &message, int code) | |
Public Attributes | |
| std::string | module_name |
| std::string | error_message |
| int | error_code |
| std::chrono::steady_clock::time_point | timestamp |
Event published when an error occurs.
Definition at line 532 of file event_bus.h.
|
inline |
Definition at line 538 of file event_bus.h.
| int kcenon::common::events::error_event::error_code |
Definition at line 535 of file event_bus.h.
| std::string kcenon::common::events::error_event::error_message |
Definition at line 534 of file event_bus.h.
| std::string kcenon::common::events::error_event::module_name |
Definition at line 533 of file event_bus.h.
| std::chrono::steady_clock::time_point kcenon::common::events::error_event::timestamp |
Definition at line 536 of file event_bus.h.