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
AbortIndicates that the connection should be aborted immediately
PauseIndicates that reading should be paused until unpause is called.