9 std::string text =
"Unknown Error";
18 std::ostream&
operator<<(std::ostream& os,
const std::vector<Error>& v){
20 std::string prefix=
"";
static const std::map< Error, std::string > errorText
Define the text to print for each error type above - bad design to put it in the header file?
std::ostream & operator<<(std::ostream &, const Error)
Helper to print errors as text rather than numbers.
Error
The different types of error that can be flagged in the L1TopoRDO.