Enum rustbus::connection::Error [−][src]
pub enum Error { IoError(Error), NixError(Error), UnmarshalError(Error), MarshalError(Error), AuthFailed, UnixFdNegotiationFailed, NameTaken, AddressTypeNotSupported(String), PathDoesNotExist(String), NoAddressFound, UnexpectedTypeReceived, TimedOut, }
Errors that can occur when using the Conn/RpcConn
Variants
IoError(Error)
NixError(Error)
UnmarshalError(Error)
MarshalError(Error)
AddressTypeNotSupported(String)
PathDoesNotExist(String)