|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Result pattern type definitions for monitoring system. More...
#include "error_codes.h"#include <kcenon/common/patterns/result.h>#include <optional>#include <string>
Go to the source code of this file.
Classes | |
| struct | kcenon::monitoring::error_info |
| Extended error information with context. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::monitoring |
Result pattern type definitions for monitoring system.
This file provides monitoring-specific error types that integrate with common_system's Result implementation. For Result types, use common::Result<T> and common::VoidResult directly from <kcenon/common/patterns/result.h>.
Definition in file result_types.h.