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
Abort | Indicates that the connection should be aborted immediately | |
Pause | Indicates that reading should be paused until |