org.freedesktop

Interface DBus.Error

public static interface DBus.Error

Contains standard errors that can be thrown from methods.
Nested Class Summary
static classDBus.Error.AccessDenied
Thrown if a message is denied due to a security policy
static classDBus.Error.MatchRuleInvalid
Thrown if the match rule is invalid
static classDBus.Error.NoReply
Thrown if there is no reply to a method call
static classDBus.Error.ServiceUnknown
Thrown if the requested service was not available
static classDBus.Error.UnknownMethod
Thrown if the method called was unknown on the remote object
static classDBus.Error.UnknownObject
Thrown if the object was unknown on a remote connection