Struct aws_sdk_rust::aws::errors::s3::S3Error [] [src]

pub struct S3Error {
    pub message: String,
    pub aws: AWSError,
}
[]

S3Error is a larger container error struct that contains a more general error about the task that was requested + AWSError which contains the details from AWS S3.

Fields

Methods

impl S3Error
[src]

[]

implements the basic S3Error without a valid AWSError (default).

[]

implements the S3Error with a specific AWSError with details about the AWS error.

Trait Implementations

impl Debug for S3Error
[src]

[]

Formats the value using the given formatter.

impl Default for S3Error
[src]

[]

Returns the "default value" for a type. Read more

impl Decodable for S3Error
[src]

[]

Deserialize a value using a Decoder.

impl Encodable for S3Error
[src]

[]

Serialize a value using an Encoder.

impl Display for S3Error
[src]

[]

Formats the value using the given formatter. Read more

impl Error for S3Error
[src]

[]

A short description of the error. Read more

[]

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

impl From<CredentialsError> for S3Error
[src]

[]

Performs the conversion.

impl From<ParseIntError> for S3Error
[src]

[]

Performs the conversion.

impl From<ParseBoolError> for S3Error
[src]

[]

Performs the conversion.

impl From<XmlParseError> for S3Error
[src]

[]

Performs the conversion.