Enum xmodem::Error [] [src]

pub enum Error {
    Io(Error),
    ExhaustedRetries,
    Canceled,
}

Variants

The number of communications errors exceeded max_errors in a single transmission.

The transmission was canceled by the other end of the channel.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.