public static interface DBus.Error
Modifier and Type | Interface | Description |
---|---|---|
static class |
DBus.Error.AccessDenied |
Thrown if a message is denied due to a security policy
|
static class |
DBus.Error.MatchRuleInvalid |
Thrown if the match rule is invalid
|
static class |
DBus.Error.NoReply |
Thrown if there is no reply to a method call
|
static class |
DBus.Error.ServiceUnknown |
Thrown if the requested service was not available
|
static class |
DBus.Error.UnknownMethod |
Thrown if the method called was unknown on the remote object
|
static class |
DBus.Error.UnknownObject |
Thrown if the object was unknown on a remote connection
|