12#ifndef LISTREV_SRC_COMMONISSUES_HPP_
13#define LISTREV_SRC_COMMONISSUES_HPP_
26 appfwk::GeneralDAQModuleIssue,
29 ((std::string)message))
33 appfwk::GeneralDAQModuleIssue,
34 "The " << queueType <<
" queue was not successfully created.",
36 ((std::string)queueType))
40 "An IntList with ID " << list_id <<
" was not found when requested.",
44 "An IntList with ID " << list_id <<
" already is in storage.",
#define ERS_DECLARE_ISSUE( namespace_name, class_name, message_, attributes)
#define ERS_DECLARE_ISSUE_BASE( namespace_name, class_name, base_class_name, message_, base_attributes, attributes)