8 #ifndef OCF_DAQ_ERROR_HPP_
9 #define OCF_DAQ_ERROR_HPP_
49 using std::runtime_error::runtime_error;
59 using std::runtime_error::runtime_error;
69 DaqSourceError(std::string request, std::string source, std::string message);
71 char const*
what()
const noexcept
override;
87 DaqSourceErrors(std::vector<std::variant<DaqSourceError, std::exception_ptr>> errors);
89 char const*
what()
const noexcept
override;
91 std::vector<std::variant<DaqSourceError, std::exception_ptr>>
m_errors;
99 #endif // #ifndef OCF_DAQ_ERROR_HPP_