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
}
/* namespace errors */
67
68
}
/* namespace extra */
69
70
}
/* 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::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:14
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
Definition:
details.hpp:16
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
Generated by
1.8.14