SObjectizer-5 Extra
so_5_extra
error_ranges.hpp
Go to the documentation of this file.
1
/*!
2
* \brief Ranges for error codes of each submodules.
3
*
4
* \since
5
* v.1.0.2
6
*/
7
#
pragma
once
8
9
namespace
so_5
{
10
11
namespace
extra
{
12
13
namespace
errors
{
14
15
//! Starting point for errors of shutdowner submodule.
16
const
int
shutdowner_errors
= 20000;
17
18
//! Starting point for errors of collecting_mbox submodule.
19
const
int
collecting_mbox_errors
= 20100;
20
21
//! Starting point for errors of asio_thread_pool submodule.
22
const
int
asio_thread_pool_errors
= 20200;
23
24
//! Starting point for errors of retained_msg_mbox submodule.
25
/*!
26
* \since
27
* v.1.0.3
28
*/
29
const
int
retained_msg_mbox_errors
= 20300;
30
31
//! Starting point for errors of async_op submodule.
32
/*!
33
* \since
34
* v.1.0.4
35
*/
36
const
int
async_op_errors
= 20400;
37
38
//! Starting point for errors of mboxes::proxy submodule.
39
/*!
40
* \since
41
* v.1.2.0
42
*/
43
const
int
mboxes_proxy_errors
= 20500;
44
45
//! Starting point for errors of revocable_timer submodule.
46
/*!
47
* \since
48
* v.1.2.0
49
*/
50
const
int
revocable_timer_errors
= 20600;
51
52
//! Starting point for errors of enveloped_msg submodule.
53
/*!
54
* \since
55
* v.1.2.0
56
*/
57
const
int
enveloped_msg_errors
= 20700;
58
59
//! Starting point for errors of revocable_msg submodule.
60
/*!
61
* \since
62
* v.1.2.0
63
*/
64
const
int
revocable_msg_errors
= 20800;
65
66
//! Starting point for errors of sync submodule.
67
/*!
68
* \since
69
* v.1.3.0
70
*/
71
const
int
sync_errors
= 20900;
72
73
//! Starting point for errors of asio_one_thread submodule.
74
/*!
75
* \since
76
* v.1.4.1
77
*/
78
const
int
asio_one_thread_errors
= 21000;
79
80
//! Starting point for errors of mboxes::unique_subscribers submodule.
81
/*!
82
* \since
83
* v.1.4.1
84
*/
85
const
int
mboxes_unique_subscribers_errors
= 21100;
86
87
//! Starting point for errors of mboxes::round_robin submodule.
88
/*!
89
* \since
90
* v.1.5.1.1
91
*/
92
const
int
mboxes_round_robin_errors
= 21200;
93
94
//! Starting point for errors of mboxes::first_last_subscriber_notification
95
//! submodule.
96
/*!
97
* \since v.1.5.2
98
*/
99
const
int
mboxes_first_last_subscriber_notification_errors
= 21300;
100
101
//! Starting point for errors of mboxes::composite submodule.
102
/*!
103
* \since v.1.5.2
104
*/
105
const
int
mboxes_composite_errors
= 21400;
106
107
//! Starting point for errors of mboxes::inflight_limit submodule.
108
/*!
109
* \since v.1.5.2
110
*/
111
const
int
mboxes_inflight_limit_errors
= 21500;
112
113
}
/* namespace errors */
114
115
}
/* namespace extra */
116
117
}
/* namespace so_5 */
so_5::extra::errors::mboxes_proxy_errors
const int mboxes_proxy_errors
Starting point for errors of mboxes::proxy submodule.
Definition:
error_ranges.hpp:43
so_5::extra::errors::mboxes_round_robin_errors
const int mboxes_round_robin_errors
Starting point for errors of mboxes::round_robin submodule.
Definition:
error_ranges.hpp:92
so_5::extra::errors::retained_msg_mbox_errors
const int retained_msg_mbox_errors
Starting point for errors of retained_msg_mbox submodule.
Definition:
error_ranges.hpp:29
so_5::extra::errors::async_op_errors
const int async_op_errors
Starting point for errors of async_op submodule.
Definition:
error_ranges.hpp:36
so_5::extra::errors::enveloped_msg_errors
const int enveloped_msg_errors
Starting point for errors of enveloped_msg submodule.
Definition:
error_ranges.hpp:57
so_5::extra::errors::collecting_mbox_errors
const int collecting_mbox_errors
Starting point for errors of collecting_mbox submodule.
Definition:
error_ranges.hpp:19
so_5
Ranges for error codes of each submodules.
Definition:
details.hpp:13
so_5::extra::errors::mboxes_first_last_subscriber_notification_errors
const int mboxes_first_last_subscriber_notification_errors
Starting point for errors of mboxes::first_last_subscriber_notification submodule.
Definition:
error_ranges.hpp:99
so_5::extra::errors::mboxes_composite_errors
const int mboxes_composite_errors
Starting point for errors of mboxes::composite submodule.
Definition:
error_ranges.hpp:105
so_5::extra::errors::revocable_timer_errors
const int revocable_timer_errors
Starting point for errors of revocable_timer submodule.
Definition:
error_ranges.hpp:50
so_5::extra::errors::asio_thread_pool_errors
const int asio_thread_pool_errors
Starting point for errors of asio_thread_pool submodule.
Definition:
error_ranges.hpp:22
so_5::extra::errors::shutdowner_errors
const int shutdowner_errors
Starting point for errors of shutdowner submodule.
Definition:
error_ranges.hpp:16
so_5::extra::errors
Definition:
error_ranges.hpp:13
so_5::extra::errors::mboxes_inflight_limit_errors
const int mboxes_inflight_limit_errors
Starting point for errors of mboxes::inflight_limit submodule.
Definition:
error_ranges.hpp:111
so_5::extra::errors::asio_one_thread_errors
const int asio_one_thread_errors
Starting point for errors of asio_one_thread submodule.
Definition:
error_ranges.hpp:78
so_5::extra
Definition:
details.hpp:15
so_5::extra::errors::sync_errors
const int sync_errors
Starting point for errors of sync submodule.
Definition:
error_ranges.hpp:71
so_5::extra::errors::revocable_msg_errors
const int revocable_msg_errors
Starting point for errors of revocable_msg submodule.
Definition:
error_ranges.hpp:64
so_5::extra::errors::mboxes_unique_subscribers_errors
const int mboxes_unique_subscribers_errors
Starting point for errors of mboxes::unique_subscribers submodule.
Definition:
error_ranges.hpp:85
Generated by
1.8.14