Common System 0.2.0
Common interfaces and patterns for system integration
Loading...
Searching...
No Matches
kcenon::common::config::watcher_error_codes Namespace Reference

Error codes specific to config_watcher. More...

Variables

constexpr int watch_failed = 2001
 
constexpr int reload_failed = 2002
 
constexpr int validation_failed = 2003
 
constexpr int rollback_failed = 2004
 
constexpr int not_started = 2005
 
constexpr int already_running = 2006
 
constexpr int platform_not_supported = 2007
 

Detailed Description

Error codes specific to config_watcher.

Variable Documentation

◆ already_running

int kcenon::common::config::watcher_error_codes::already_running = 2006
constexpr

Definition at line 77 of file config_watcher.h.

Referenced by kcenon::common::config::config_watcher::start().

◆ not_started

int kcenon::common::config::watcher_error_codes::not_started = 2005
constexpr

Definition at line 76 of file config_watcher.h.

◆ platform_not_supported

int kcenon::common::config::watcher_error_codes::platform_not_supported = 2007
constexpr

◆ reload_failed

int kcenon::common::config::watcher_error_codes::reload_failed = 2002
constexpr

Definition at line 73 of file config_watcher.h.

◆ rollback_failed

int kcenon::common::config::watcher_error_codes::rollback_failed = 2004
constexpr

Definition at line 75 of file config_watcher.h.

Referenced by kcenon::common::config::config_watcher::rollback().

◆ validation_failed

int kcenon::common::config::watcher_error_codes::validation_failed = 2003
constexpr

Definition at line 74 of file config_watcher.h.

Referenced by kcenon::common::config::config_watcher::do_reload().

◆ watch_failed

int kcenon::common::config::watcher_error_codes::watch_failed = 2001
constexpr

Definition at line 72 of file config_watcher.h.