#include <class.hpp>
Query Failed
Definition at line 145 of file class.hpp.
◆ QueryFailed() [1/2]
Definition at line 149 of file class.hpp.
static std::string fill(const OksQueryExpression &query, const OksClass &c, const std::string &reason) noexcept
caught dunedaq::conffwk::Exception exception
std::string const reason(ers::Issue const &)
◆ QueryFailed() [2/2]
◆ ~QueryFailed()
virtual dunedaq::oks::QueryFailed::~QueryFailed |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ fill()
Definition at line 37 of file query.cpp.
38 {
39 std::ostringstream text;
40 text <<
"query \"" << query <<
"\" in class \"" <<
c.get_name() <<
"\" failed:\n" <<
reason;
41 return text.str();
42 }
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/sourcecode/oks/include/oks/class.hpp
- /github/workspace/dunedaq/sourcecode/oks/src/query.cpp