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

Variables

constexpr int kcenon::common::error::codes::network_system::base = static_cast<int>(category::network_system)
 
constexpr int kcenon::common::error::codes::network_system::connection_failed = base - 0
 
constexpr int kcenon::common::error::codes::network_system::connection_refused = base - 1
 
constexpr int kcenon::common::error::codes::network_system::connection_timeout = base - 2
 
constexpr int kcenon::common::error::codes::network_system::connection_closed = base - 3
 
constexpr int kcenon::common::error::codes::network_system::session_not_found = base - 20
 
constexpr int kcenon::common::error::codes::network_system::session_expired = base - 21
 
constexpr int kcenon::common::error::codes::network_system::invalid_session = base - 22
 
constexpr int kcenon::common::error::codes::network_system::send_failed = base - 40
 
constexpr int kcenon::common::error::codes::network_system::receive_failed = base - 41
 
constexpr int kcenon::common::error::codes::network_system::message_too_large = base - 42
 
constexpr int kcenon::common::error::codes::network_system::server_not_started = base - 60
 
constexpr int kcenon::common::error::codes::network_system::server_already_running = base - 61
 
constexpr int kcenon::common::error::codes::network_system::bind_failed = base - 62
 

Variable Documentation

◆ base

int kcenon::common::error::codes::network_system::base = static_cast<int>(category::network_system)
constexprexport

Definition at line 223 of file error_codes.h.

◆ bind_failed

int kcenon::common::error::codes::network_system::bind_failed = base - 62
constexprexport

Definition at line 244 of file error_codes.h.

◆ connection_closed

int kcenon::common::error::codes::network_system::connection_closed = base - 3
constexprexport

Definition at line 229 of file error_codes.h.

◆ connection_failed

int kcenon::common::error::codes::network_system::connection_failed = base - 0
constexprexport

Definition at line 226 of file error_codes.h.

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

◆ connection_refused

int kcenon::common::error::codes::network_system::connection_refused = base - 1
constexprexport

Definition at line 227 of file error_codes.h.

◆ connection_timeout

int kcenon::common::error::codes::network_system::connection_timeout = base - 2
constexprexport

Definition at line 228 of file error_codes.h.

◆ invalid_session

int kcenon::common::error::codes::network_system::invalid_session = base - 22
constexprexport

Definition at line 234 of file error_codes.h.

◆ message_too_large

int kcenon::common::error::codes::network_system::message_too_large = base - 42
constexprexport

Definition at line 239 of file error_codes.h.

◆ receive_failed

int kcenon::common::error::codes::network_system::receive_failed = base - 41
constexprexport

Definition at line 238 of file error_codes.h.

◆ send_failed

int kcenon::common::error::codes::network_system::send_failed = base - 40
constexprexport

Definition at line 237 of file error_codes.h.

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

◆ server_already_running

int kcenon::common::error::codes::network_system::server_already_running = base - 61
constexprexport

Definition at line 243 of file error_codes.h.

◆ server_not_started

int kcenon::common::error::codes::network_system::server_not_started = base - 60
constexprexport

Definition at line 242 of file error_codes.h.

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

◆ session_expired

int kcenon::common::error::codes::network_system::session_expired = base - 21
constexprexport

Definition at line 233 of file error_codes.h.

◆ session_not_found

int kcenon::common::error::codes::network_system::session_not_found = base - 20
constexprexport

Definition at line 232 of file error_codes.h.