Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
kcenon::monitoring::handler_error_info Struct Reference

Information about handler execution errors. More...

#include <safe_event_dispatcher.h>

Collaboration diagram for kcenon::monitoring::handler_error_info:
Collaboration graph

Public Attributes

uint64_t handler_id
 
std::string error_message
 
std::type_index event_type
 
std::chrono::steady_clock::time_point timestamp
 

Detailed Description

Information about handler execution errors.

Definition at line 26 of file safe_event_dispatcher.h.

Member Data Documentation

◆ error_message

std::string kcenon::monitoring::handler_error_info::error_message

Definition at line 28 of file safe_event_dispatcher.h.

◆ event_type

std::type_index kcenon::monitoring::handler_error_info::event_type

Definition at line 29 of file safe_event_dispatcher.h.

◆ handler_id

uint64_t kcenon::monitoring::handler_error_info::handler_id

Definition at line 27 of file safe_event_dispatcher.h.

◆ timestamp

std::chrono::steady_clock::time_point kcenon::monitoring::handler_error_info::timestamp

Definition at line 30 of file safe_event_dispatcher.h.


The documentation for this struct was generated from the following file: