Struct dbus::Error [] [src]

pub struct Error { /* fields omitted */ }

D-Bus Error wrapper

Methods

impl Error
[src]

Create a new custom D-Bus Error.

Error name/type, e g 'org.freedesktop.DBus.Error.Failed'

Custom message, e g 'Could not find a matching object path'

Trait Implementations

impl Send for Error
[src]

impl Drop for Error
[src]

A method called when the value goes out of scope. Read more

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Error for Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for Error
[src]

Formats the value using the given formatter.

impl From<TypeMismatchError> for Error
[src]

Performs the conversion.

impl From<MethodErr> for Error
[src]

Performs the conversion.