Variable: dbus-error-unknown-property
dbus-error-unknown-property is a variable defined in dbus.el.gz.
Value
"org.freedesktop.DBus.Error.UnknownProperty"
Documentation
Property you tried to access isn't known by the object.
Source Code
;; Defined in /usr/src/emacs/lisp/net/dbus.el.gz
(defconst dbus-error-unknown-property (concat dbus-error-dbus ".UnknownProperty")
"Property you tried to access isn't known by the object.")