Enum varlink::Error [] [src]

pub enum Error {
    InterfaceNotFound(ErrorInterfaceNotFound),
    InvalidParameter(ErrorInvalidParameter),
    MethodNotFound(ErrorMethodNotFound),
    MethodNotImplemented(ErrorMethodNotImplemented),
    UnknownError(Reply),
    IOError(Error),
    JSONError(Error),
}

Variants

Methods

impl Error
[src]

[src]

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Reply> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error