Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::error_codes::common Namespace Reference

Variables

constexpr int invalid_argument = common_errors::invalid_argument
 
constexpr int not_initialized = common_errors::not_initialized
 
constexpr int already_exists = common_errors::already_exists
 
constexpr int internal_error = -99
 

Variable Documentation

◆ already_exists

int kcenon::network::error_codes::common::already_exists = common_errors::already_exists
constexpr

Definition at line 206 of file result_types.h.

◆ internal_error

int kcenon::network::error_codes::common::internal_error = -99
constexpr

Definition at line 207 of file result_types.h.

◆ invalid_argument

int kcenon::network::error_codes::common::invalid_argument = common_errors::invalid_argument
constexpr

Definition at line 204 of file result_types.h.

◆ not_initialized

int kcenon::network::error_codes::common::not_initialized = common_errors::not_initialized
constexpr

Definition at line 205 of file result_types.h.