ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
Contains error related declarations for DAQ. More...
#include <stdexcept>
#include <vector>
#include <string>
#include <variant>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | daq::DaqOperationAborted |
Started operation was aborted. More... | |
class | daq::DaqOperationTimeout |
Started operation timed out. More... | |
class | daq::DaqSourceError |
Represents error in single source. More... | |
class | daq::DaqSourceErrors |
Exception thrown to carry reply errors. More... | |
Namespaces | |
daq | |
Enumerations | |
enum class | daq::ErrorPolicy { daq::Strict = 0 , daq::Tolerant } |
Error policy supported by certain operations. More... | |
Functions | |
std::ostream & | daq::operator<< (std::ostream &os, ErrorPolicy policy) |
Contains error related declarations for DAQ.
Definition in file error.hpp.