SObjectizer-5 Extra
Namespaces | Variables
errors.hpp File Reference

Error codes for async_op submodule. More...

#include <so_5_extra/error_ranges.hpp>

Go to the source code of this file.

Namespaces

 so_5
 Ranges for error codes of each submodules.
 
 so_5::extra
 
 so_5::extra::async_op
 
 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. More...
 
const int so_5::extra::async_op::errors::rc_no_completion_handler
 An attempt to activate async operation without defined completion handlers. More...
 
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. More...
 
const int so_5::extra::async_op::errors::rc_msg_type_mismatch
 An attempt to use event handler for different message type. More...
 
const int so_5::extra::async_op::errors::rc_empty_definition_point_object
 An attempt to use empty definition_point object. More...
 

Detailed Description

Error codes for async_op submodule.

Since
v.1.0.4

Definition in file errors.hpp.