9#ifndef IOMANAGER_INCLUDE_IOMANAGER_QUEUE_QUEUEISSUES_HPP_
10#define IOMANAGER_INCLUDE_IOMANAGER_QUEUE_QUEUEISSUES_HPP_
27 "Queue type \"" << queue_type <<
"\" is unknown ",
28 ((std::string)queue_type))
35 "Requested queue \"" << queue_name <<
"\" of type '" << target_type <<
"' already declared as type '"
36 << source_type <<
"'",
37 ((std::string)queue_name)((std::string)source_type)((std::string)target_type))
44 "Requested queue \"" << queue_name <<
"\" of type '" << target_type <<
"' could not be found.",
45 ((std::string)queue_name)((std::string)target_type))
53 ReceiveCallbackConflict,
54 "QueueReceiverModel for uid " << conn_uid <<
" is equipped with callback! Ignoring receive call.",
55 ((std::string)conn_uid))
62 name <<
": Unable to " << func_name <<
" within timeout period (timeout period was " << timeout
64 ((std::string)name)((std::string)func_name)((
int)timeout))
#define ERS_DECLARE_ISSUE(namespace_name, class_name, message, attributes)