commit | ea2414476d1a278a010265825d718624125cbb56 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 15 14:41:13 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Nov 17 15:36:21 2016 -0600 |
tree | 26d16ddd5f88a1fa614927f63d9e3e396fc33a38 | |
parent | 4a5c3b307cbbae9a462b8ba40a034f91fdef9dfd [diff] |
sdbus++: enhance exception information Use both 'name' and 'description' for exceptions. All sdbusplus exceptions now have a 'name()' and 'description()' method which give the dbus error name and a human-readable description respectively. The standard 'what' is now '<name>: <description>'. Change-Id: Ic6cdb88350c07589cbfbf233e84a575632383af6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>