7 const char*
name()
const override {
return "IConversionSvc"; }
13 switch ( static_cast<IConversionSvc::Status>( code ) ) {
15 return "INVALID_ADDRESS";
17 return "INVALID_OBJECT";
21 return "BAD_STORAGE_TYPE";
23 return "NO_SOURCE_OBJECT";
25 return "NO_CONVERTER";
The category assigned to a StatusCode.
Invalid address information.
No more memory available.
virtual const char * name() const =0
Name of the category.
Object to be converted is invalid.
virtual bool isRecoverable(code_t code) const
Is code considered recoverable ?
#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.
No proper converter is available to the service.
Error retrieving source data from source store.
virtual std::string message(code_t code) const
Description for code within this category.
Status
Status code definitions.
unsigned long code_t
type of StatusCode value