DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
std::string const | parse (ers::Issue const &) |
std::string const | unwind (ers::Issue const &) |
std::string const | reason (ers::Issue const &) |
std::string const | topcause (ers::Issue const &) |
std::string const | dump (ers::Issue const &) |
std::string const dbe::config::errors::dump | ( | ers::Issue const & | exception | ) |
Provide all details as specified by TDAQ reporting verbosity
Dump the exception caught at full detail level as specified by the environment
ex | is the exception to process |
Definition at line 101 of file config_api.cpp.
std::string const dbe::config::errors::parse | ( | ers::Issue const & | exception | ) |
Parses the error in the exception to a string
Definition at line 108 of file config_api.cpp.
std::string const dbe::config::errors::reason | ( | ers::Issue const & | exception | ) |
Retrieve the reason in an exception given
Provide a string with the reason given by the exception
ex | is the exception to process |
Definition at line 73 of file config_api.cpp.
std::string const dbe::config::errors::topcause | ( | ers::Issue const & | exception | ) |
Retrieve the originating / top level cause
Provide a string with the top level cause in this exception
ex | is the exception to process |
Definition at line 84 of file config_api.cpp.
std::string const dbe::config::errors::unwind | ( | ers::Issue const & | exception | ) |
Unwind the causes in an exception given
Unwind all causes linked to this exception
ex | the exception to process |
Definition at line 45 of file config_api.cpp.