Enum gio_sys::GDBusError [] [src]

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

Trait Implementations

impl Clone for GDBusError
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GDBusError
[src]

impl Debug for GDBusError
[src]

[]

Formats the value using the given formatter.

impl Eq for GDBusError
[src]

impl PartialEq for GDBusError
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.