Common System 0.2.0
Common interfaces and patterns for system integration
Loading...
Searching...
No Matches
kcenon::common::error::codes::common_errors Namespace Reference

Variables

constexpr int kcenon::common::error::codes::common_errors::success = 0
 
constexpr int kcenon::common::error::codes::common_errors::invalid_argument = -1
 
constexpr int kcenon::common::error::codes::common_errors::not_found = -2
 
constexpr int kcenon::common::error::codes::common_errors::permission_denied = -3
 
constexpr int kcenon::common::error::codes::common_errors::timeout = -4
 
constexpr int kcenon::common::error::codes::common_errors::cancelled = -5
 
constexpr int kcenon::common::error::codes::common_errors::not_initialized = -6
 
constexpr int kcenon::common::error::codes::common_errors::already_exists = -7
 
constexpr int kcenon::common::error::codes::common_errors::out_of_memory = -8
 
constexpr int kcenon::common::error::codes::common_errors::io_error = -9
 
constexpr int kcenon::common::error::codes::common_errors::network_error = -10
 
constexpr int kcenon::common::error::codes::common_errors::registry_frozen = -11
 
constexpr int kcenon::common::error::codes::common_errors::internal_error = -99
 
constexpr int di_service_not_registered = -50
 
constexpr int di_circular_dependency = -51
 
constexpr int di_already_registered = -52
 
constexpr int di_factory_error = -53
 
constexpr int di_invalid_lifetime = -54
 
constexpr int di_scoped_from_root = -55
 

Variable Documentation

◆ already_exists

int kcenon::common::error::codes::common_errors::already_exists = -7
constexprexport

Definition at line 66 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ cancelled

int kcenon::common::error::codes::common_errors::cancelled = -5
constexprexport

Definition at line 64 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ di_already_registered

int kcenon::common::error::codes::common_errors::di_already_registered = -52
constexpr

Definition at line 76 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ di_circular_dependency

int kcenon::common::error::codes::common_errors::di_circular_dependency = -51
constexpr

Definition at line 75 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ di_factory_error

int kcenon::common::error::codes::common_errors::di_factory_error = -53
constexpr

Definition at line 77 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ di_invalid_lifetime

int kcenon::common::error::codes::common_errors::di_invalid_lifetime = -54
constexpr

Definition at line 78 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ di_scoped_from_root

int kcenon::common::error::codes::common_errors::di_scoped_from_root = -55
constexpr

Definition at line 79 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ di_service_not_registered

int kcenon::common::error::codes::common_errors::di_service_not_registered = -50
constexpr

Definition at line 74 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ internal_error

int kcenon::common::error::codes::common_errors::internal_error = -99
constexprexport

Definition at line 71 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ invalid_argument

int kcenon::common::error::codes::common_errors::invalid_argument = -1
constexprexport

Definition at line 60 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ io_error

int kcenon::common::error::codes::common_errors::io_error = -9
constexprexport

Definition at line 68 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ network_error

int kcenon::common::error::codes::common_errors::network_error = -10
constexprexport

Definition at line 69 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ not_found

int kcenon::common::error::codes::common_errors::not_found = -2
constexprexport

Definition at line 61 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ not_initialized

int kcenon::common::error::codes::common_errors::not_initialized = -6
constexprexport

Definition at line 65 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ out_of_memory

int kcenon::common::error::codes::common_errors::out_of_memory = -8
constexprexport

Definition at line 67 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ permission_denied

int kcenon::common::error::codes::common_errors::permission_denied = -3
constexprexport

Definition at line 62 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ registry_frozen

int kcenon::common::error::codes::common_errors::registry_frozen = -11
constexprexport

Definition at line 70 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ success

int kcenon::common::error::codes::common_errors::success = 0
constexprexport

Definition at line 59 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().

◆ timeout

int kcenon::common::error::codes::common_errors::timeout = -4
constexprexport

Definition at line 63 of file error_codes.h.

Referenced by kcenon::common::error::get_error_message().