summaryrefslogtreecommitdiffstats
path: root/xyz
Commit message (Collapse)AuthorAgeFilesLines
* Throw runtime_error instead of MethodErorLei YU2018-09-122-13/+0
| | | | | | | | | | | As suggested, when error occurs in getService/getProperty, it means runtime error, so the code is better to throw std::runtime_error instead of a sdbusplus exception. Tested: Build the code correctly. Change-Id: Iddca72ac1fdd07ed6b731b6509eebbfa9d2579d3 Signed-off-by: Lei YU <mine260309@gmail.com>
* Add repo specific errorsLei YU2017-10-162-0/+13
1. Add Internal.errors.yaml to define repo specific errors 2. Update configure.ac and Makefile.am to generate code from error yamls 3. Add elog-gen.hpp generated by elog-gen.py Change-Id: I6858f2c9f3c2100ce106d1effe7ad3f340117fec Signed-off-by: Lei YU <mine260309@gmail.com>
OpenPOWER on IntegriCloud