SObjectizer-5 Extra
Loading...
Searching...
No Matches
errors.hpp File Reference

Error codes for async_op submodule. More...

Go to the source code of this file.

Namespaces

namespace  so_5
 Ranges for error codes of each submodules.
 
namespace  so_5::extra
 
namespace  so_5::extra::async_op
 
namespace  so_5::extra::async_op::errors
 

Variables

const int so_5::extra::async_op::errors::rc_async_op_activated
 An attempt to perform some action which can't be done when async operation is activated.
 
const int so_5::extra::async_op::errors::rc_no_completion_handler
 An attempt to activate async operation without defined completion handlers.
 
const int so_5::extra::async_op::errors::rc_op_cant_be_activated
 An attempt to perform some action on async operation which can't be activated.
 
const int so_5::extra::async_op::errors::rc_msg_type_mismatch
 An attempt to use event handler for different message type.
 
const int so_5::extra::async_op::errors::rc_empty_definition_point_object
 An attempt to use empty definition_point object.
 

Detailed Description

Error codes for async_op submodule.

Since
v.1.0.4

Definition in file errors.hpp.