16 const char*
name()
const override {
return "IPartitionControl"; }
23 return "PARTITION_NOT_PRESENT";
25 return "PARTITION_EXISTS";
27 return "NO_ACTIVE_PARTITION";
#define STATUSCODE_ENUM_IMPL(...)
Assign a category to the StatusCode enum declared with STATUSCODE_ENUM_DECL( ENUM )
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.