Enum s4::error::S4Error [] [src]

pub enum S4Error {
    IoError(IoError),
    GetObjectError(GetObjectError),
}

Errors returned by S4 extensions to Rusoto

Variants

I/O Error

Rusoto GetObjectError

Trait Implementations

impl Debug for S4Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for S4Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for S4Error
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl From<IoError> for S4Error
[src]

[src]

Performs the conversion.

impl From<GetObjectError> for S4Error
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for S4Error

impl Sync for S4Error