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
45 <<
"' could not be found.",
46 ((std::string)queue_name)((std::string)target_type))
52 QueueRegistryConfigured,
53 "QueueRegistry already configured",
57 ReceiveCallbackConflict,
58 "QueueReceiverModel for uid " << conn_uid <<
" is equipped with callback! Ignoring receive call.",
59 ((std::string)conn_uid))
#define ERS_DECLARE_ISSUE(namespace_name, class_name, message, attributes)