Enum s3::S3Error [] [src]

pub enum S3Error {
    CurlError(Error),
    IoError(Error),
}

Errors raised by the libray when performing generic operations.

Variants

Error occurred during transfer/communication with the S3 HTTP/HTTPS endpoint.

General Input/Output error.

Trait Implementations

impl Debug for S3Error
[src]

Formats the value using the given formatter.

impl From<Error> for S3Error
[src]

Performs the conversion.

impl From<Error> for S3Error
[src]

Performs the conversion.