![]() |
Project
|
#include <Error.h>
Public Member Functions | |
ErrorGroup | getGroup () const |
std::string | getGroupName () const |
std::string | getTypeName () const |
std::string | getTypeDescription () const |
std::string | asString () const |
Static Public Member Functions | |
static const std::map< ErrorType, std::string > | getTypeNames (ErrorGroup group) |
Public Attributes | |
ErrorType | type {0} |
type of processing error | |
uint32_t | id0 = 0 |
additional descriptor used for certain error types | |
uint32_t | id1 = 0 |
additional descriptor used for certain error types | |
uint64_t | count = 0 |
number of occurences | |
Static Public Attributes | |
static const std::map< ErrorGroup, std::string > | groupNames |
names of known error group | |
static const std::map< ErrorType, std::string > | typeNames |
names of known error type | |
static const std::map< ErrorType, std::string > | typeDescriptions |
descriptions of known error type | |
std::string o2::mch::Error::asString | ( | ) | const |
|
inline |
std::string o2::mch::Error::getGroupName | ( | ) | const |
std::string o2::mch::Error::getTypeDescription | ( | ) | const |
std::string o2::mch::Error::getTypeName | ( | ) | const |
|
static |
|
static |
names of known error group
uint32_t o2::mch::Error::id0 = 0 |
uint32_t o2::mch::Error::id1 = 0 |
|
static |
descriptions of known error type
|
static |
names of known error type