Enum gio_sys::GDBusError
[−]
[src]
#[repr(C)]pub enum GDBusError { Failed, NoMemory, ServiceUnknown, NameHasNoOwner, NoReply, IoError, BadAddress, NotSupported, LimitsExceeded, AccessDenied, AuthFailed, NoServer, Timeout, NoNetwork, AddressInUse, Disconnected, InvalidArgs, FileNotFound, FileExists, UnknownMethod, TimedOut, MatchRuleNotFound, MatchRuleInvalid, SpawnExecFailed, SpawnForkFailed, SpawnChildExited, SpawnChildSignaled, SpawnFailed, SpawnSetupFailed, SpawnConfigInvalid, SpawnServiceInvalid, SpawnServiceNotFound, SpawnPermissionsInvalid, SpawnFileInvalid, SpawnNoMemory, UnixProcessIdUnknown, InvalidSignature, InvalidFileContent, SelinuxSecurityContextUnknown, AdtAuditDataUnknown, ObjectPathInUse, UnknownObject, UnknownInterface, UnknownProperty, PropertyReadOnly, }
Variants
Failed
NoMemory
ServiceUnknown
NameHasNoOwner
NoReply
IoError
BadAddress
NotSupported
LimitsExceeded
AccessDenied
AuthFailed
NoServer
Timeout
NoNetwork
AddressInUse
Disconnected
InvalidArgs
FileNotFound
FileExists
UnknownMethod
TimedOut
MatchRuleNotFound
MatchRuleInvalid
SpawnExecFailed
SpawnForkFailed
SpawnChildExited
SpawnChildSignaled
SpawnFailed
SpawnSetupFailed
SpawnConfigInvalid
SpawnServiceInvalid
SpawnServiceNotFound
SpawnPermissionsInvalid
SpawnFileInvalid
SpawnNoMemory
UnixProcessIdUnknown
InvalidSignature
InvalidFileContent
SelinuxSecurityContextUnknown
AdtAuditDataUnknown
ObjectPathInUse
UnknownObject
UnknownInterface
UnknownProperty
PropertyReadOnly
Trait Implementations
impl Clone for GDBusError
[src]
fn clone(&self) -> GDBusError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more