22 #include "softwarecontainererror.h" 31 m_message(
"SoftwareContainer configuration error")
40 virtual const char *what()
const throw()
42 return m_message.c_str();
46 std::string m_message;
60 ConfigError(
"Configuration error - fatal internal error in config code")
75 ConfigError(
"Configuration error - missing config dependency")
90 ConfigError(
"Configuration error - missing mandatory config")
108 ConfigError(
"Configuration error - unknown config")
126 ConfigError(
"Configuration error - config file error")
144 ConfigError(
"Configuration error - wrong group and/or key")
An error occured in a Glib operation.
A config is found which is not defined in ConfigDefinition.
A requested config item could not be found in any of the config sources.
Developers guide to adding a config item:
An error occured which is an internal error in the config code.