Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
result_types.h File Reference

Result pattern type definitions for monitoring system. More...

#include "error_codes.h"
#include <kcenon/common/patterns/result.h>
#include <optional>
#include <string>
Include dependency graph for result_types.h:

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
 

Detailed Description

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>.

See also
common::Result<T> for the standard Result type
common::VoidResult for void results

Definition in file result_types.h.