Enum ssh_rs::error::SshErrorKind
source · pub enum SshErrorKind {
IoError(Error),
SshError(String),
SendError(String),
RecvError(String),
Timeout,
}
Variants§
Trait Implementations§
source§impl Debug for SshErrorKind
impl Debug for SshErrorKind
source§impl Display for SshErrorKind
impl Display for SshErrorKind
source§impl From<SshErrorKind> for SshError
impl From<SshErrorKind> for SshError
source§fn from(kind: SshErrorKind) -> SshError
fn from(kind: SshErrorKind) -> SshError
Converts to this type from the input type.