SObjectizer-5 Extra
Variables
so_5::extra::errors Namespace Reference

Variables

const int shutdowner_errors = 20000
 Starting point for errors of shutdowner submodule. More...
 
const int collecting_mbox_errors = 20100
 Starting point for errors of collecting_mbox submodule. More...
 
const int asio_thread_pool_errors = 20200
 Starting point for errors of asio_thread_pool submodule. More...
 
const int retained_msg_mbox_errors = 20300
 Starting point for errors of retained_msg_mbox submodule. More...
 
const int async_op_errors = 20400
 Starting point for errors of async_op submodule. More...
 
const int mboxes_proxy_errors = 20500
 Starting point for errors of mboxes::proxy submodule. More...
 
const int revocable_timer_errors = 20600
 Starting point for errors of revocable_timer submodule. More...
 
const int enveloped_msg_errors = 20700
 Starting point for errors of enveloped_msg submodule. More...
 
const int revocable_msg_errors = 20800
 Starting point for errors of revocable_msg submodule. More...
 
const int sync_errors = 20900
 Starting point for errors of sync submodule. More...
 

Variable Documentation

◆ asio_thread_pool_errors

const int so_5::extra::errors::asio_thread_pool_errors = 20200

Starting point for errors of asio_thread_pool submodule.

Definition at line 22 of file error_ranges.hpp.

◆ async_op_errors

const int so_5::extra::errors::async_op_errors = 20400

Starting point for errors of async_op submodule.

Since
v.1.0.4

Definition at line 36 of file error_ranges.hpp.

◆ collecting_mbox_errors

const int so_5::extra::errors::collecting_mbox_errors = 20100

Starting point for errors of collecting_mbox submodule.

Definition at line 19 of file error_ranges.hpp.

◆ enveloped_msg_errors

const int so_5::extra::errors::enveloped_msg_errors = 20700

Starting point for errors of enveloped_msg submodule.

Since
v.1.2.0

Definition at line 57 of file error_ranges.hpp.

◆ mboxes_proxy_errors

const int so_5::extra::errors::mboxes_proxy_errors = 20500

Starting point for errors of mboxes::proxy submodule.

Since
v.1.2.0

Definition at line 43 of file error_ranges.hpp.

◆ retained_msg_mbox_errors

const int so_5::extra::errors::retained_msg_mbox_errors = 20300

Starting point for errors of retained_msg_mbox submodule.

Since
v.1.0.3

Definition at line 29 of file error_ranges.hpp.

◆ revocable_msg_errors

const int so_5::extra::errors::revocable_msg_errors = 20800

Starting point for errors of revocable_msg submodule.

Since
v.1.2.0

Definition at line 64 of file error_ranges.hpp.

◆ revocable_timer_errors

const int so_5::extra::errors::revocable_timer_errors = 20600

Starting point for errors of revocable_timer submodule.

Since
v.1.2.0

Definition at line 50 of file error_ranges.hpp.

◆ shutdowner_errors

const int so_5::extra::errors::shutdowner_errors = 20000

Starting point for errors of shutdowner submodule.

Definition at line 16 of file error_ranges.hpp.

◆ sync_errors

const int so_5::extra::errors::sync_errors = 20900

Starting point for errors of sync submodule.

Since
v.1.3.0

Definition at line 71 of file error_ranges.hpp.