9#ifndef IOMANAGER_INCLUDE_IOMANAGER_COMMONISSUES_HPP_
10#define IOMANAGER_INCLUDE_IOMANAGER_COMMONISSUES_HPP_
21 ConnectionInstanceNotFound,
22 "Connection Instance not found for name " << name,
27 name <<
": Unable to " << func_name <<
" within timeout period (timeout period was " << timeout
29 ((std::string)name)((std::string)func_name)((
int)timeout))
35 "Declared datatype in ConnectionId for connection " << cuid <<
" is " << cid_dt
36 <<
" but datatype_to_string reports " << datatype,
37 ((std::string)cuid)((std::string)cid_dt)((std::string)datatype))
#define ERS_DECLARE_ISSUE(namespace_name, class_name, message, attributes)