16 const char*
name()
const override {
return "IInterface"; }
23 return "NO_INTERFACE";
25 return "VERSMISMATCH";
#define STATUSCODE_ENUM_IMPL(...)
Assign a category to the StatusCode enum declared with STATUSCODE_ENUM_DECL( ENUM )
@ VERSMISMATCH
Requested interface version is incompatible.
@ NO_INTERFACE
Requested interface is not available.
static const Category & default_category() noexcept
Default Gaudi StatusCode category.
unsigned long code_t
type of StatusCode value
The category assigned to a StatusCode.
virtual std::string message(code_t code) const
Description for code within this category.