commit | 88923a06e6fdceb452157b712587176b677bb917 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Fri May 11 10:14:44 2018 -0500 |
committer | Matthew Barth <msbarth@linux.ibm.com> | Thu May 17 17:10:38 2018 +0000 |
tree | 51259950567b26af4583ce2895c88cf542cc6df8 | |
parent | 6f30fd61a91b345a00e49bd0c6460d6694ddf2e8 [diff] |
Throw DBusPropertyError for all property accesses On all get/set property functions, when an error occurs performing the access of a property, throw a DBusPropertyError exception containing the identifying parameters of the property. Tested: DBusPropertyError exception occurs on failing to set a property DBusPropertyError exception occurs on failing to get a property Change-Id: I9882d62d75153b4320a8d4a21ba7a52efbdd0af2 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>