Enum wezterm_ssh::SftpChannelError [−][src]
pub enum SftpChannelError {
Sftp(SftpError),
FileIo(Error),
SendFailed(Error),
RecvFailed(RecvError),
Ssh2(Error),
LibSsh(Error),
NotImplemented,
}
Expand description
Represents an error that can occur when working with the SFTP channel
Variants
Sftp(SftpError)
Tuple Fields
0: SftpError
FileIo(Error)
Tuple Fields
0: Error
SendFailed(Error)
Tuple Fields
0: Error
RecvFailed(RecvError)
Ssh2(Error)
Tuple Fields
0: Error
LibSsh(Error)
Tuple Fields
0: Error