|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Monitoring system specific error codes. More...
#include <cstdint>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::monitoring |
Functions | |
| std::string | kcenon::monitoring::error_code_to_string (monitoring_error_code code) |
| Convert error code to string representation. | |
| std::string | kcenon::monitoring::get_error_details (monitoring_error_code code) |
| Get detailed error message. | |
Monitoring system specific error codes.
This file defines error codes used throughout the monitoring system, following the pattern established by thread_system and logger_system.
Definition in file error_codes.h.