Enum curl::easy::ReadError [] [src]

pub enum ReadError {
    Abort,
    Pause,
    // some variants omitted
}

Possible error codes that can be returned from the read_function callback.

Variants

Indicates that the connection should be aborted immediately

Indicates that reading should be paused until unpause is called.