Enum feattle_sync::S3Error [−][src]
pub enum S3Error {
HttpDispatch(HttpDispatchError),
Credentials(CredentialsError),
Validation(String),
ParseError(String),
Unknown(BufferedHttpResponse),
Blocking,
Json(Error),
Io(Error),
}Expand description
Represent what can go wrong when interfacing with AWS. This is based on
rusoto_core::RusotoError.
Variants
HttpDispatch(HttpDispatchError)Tuple Fields of HttpDispatch
Validation(String)Tuple Fields of Validation
0: StringParseError(String)Tuple Fields of ParseError
0: StringUnknown(BufferedHttpResponse)Tuple Fields of Unknown
Json(Error)Tuple Fields of Json
0: ErrorIo(Error)Tuple Fields of Io
0: ErrorTrait Implementations
Performs the conversion.