Enum dbus_bytestream::connection::Error [-] [+] [src]

pub enum Error {
    Disconnected,
    IOError(Error),
    DemarshalError(DemarshalError),
    AddressError(ServerAddressError),
    BadData,
    AuthFailed,
    NoEnvironment,
}

Variants

Disconnected
IOError
DemarshalError
AddressError
BadData
AuthFailed
NoEnvironment

Trait Implementations

impl From<Error> for Error

fn from(x: Error) -> Self

impl From<DemarshalError> for Error

fn from(x: DemarshalError) -> Self

impl From<ServerAddressError> for Error

fn from(x: ServerAddressError) -> Self

Derived Implementations

impl Debug for Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result