Struct aws_sdk_rust::aws::errors::s3_error::S3Error
[−]
[src]
pub struct S3Error { pub message: String, }
Fields
message: String
Methods
impl S3Error
[src]
Trait Implementations
impl Debug for S3Error
[src]
impl Display for S3Error
[src]
impl Error for S3Error
[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0
The lower-level cause of this error, if any. Read more
impl From<CredentialsError> for S3Error
[src]
fn from(err: CredentialsError) -> S3Error
Performs the conversion.
impl From<ParseIntError> for S3Error
[src]
fn from(err: ParseIntError) -> S3Error
Performs the conversion.
impl From<ParseBoolError> for S3Error
[src]
fn from(err: ParseBoolError) -> S3Error
Performs the conversion.
impl From<XmlParseError> for S3Error
[src]
fn from(err: XmlParseError) -> S3Error
Performs the conversion.