22 #include "softwarecontainererror.h" 31 m_message(
"Config Store error")
40 virtual const char *what()
const throw()
42 return m_message.c_str();
46 std::string m_message;
69 virtual const char *what()
const throw()
71 return m_message.c_str();
95 virtual const char *what()
const throw()
97 return m_message.c_str();
120 virtual const char *what()
const throw()
122 return m_message.c_str();
An error occured in ConfigStore relating to the path to the Service Manifest(s)
An error occured in ConfigStore when parsing a Service Manifest.
An error occured in ConfigStore when parsing a Capability in a Service Manifest.
Developers guide to adding a config item: