Enum aws_sdk_s3::types::SdkError
source · [−]pub enum SdkError<E, R = Response> {
ConstructionFailure(Box<dyn Error + Send + Sync + 'static, Global>),
TimeoutError(Box<dyn Error + Send + Sync + 'static, Global>),
DispatchFailure(ConnectorError),
ResponseError {
err: Box<dyn Error + Send + Sync + 'static, Global>,
raw: R,
},
ServiceError {
err: E,
raw: R,
},
}
Expand description
Failed SDK Result
Variants
ConstructionFailure(Box<dyn Error + Send + Sync + 'static, Global>)
The request failed during construction. It was not dispatched over the network.
TimeoutError(Box<dyn Error + Send + Sync + 'static, Global>)
The request failed due to a timeout. The request MAY have been sent and received.
DispatchFailure(ConnectorError)
The request failed during dispatch. An HTTP response was not received. The request MAY have been sent.
ResponseError
Fields
A response was received but it was not parseable according the the protocol (for example the server hung up while the body was being read)
ServiceError
An error response was received from the service
Trait Implementations
sourceimpl<T, E> ClassifyRetry<T, SdkError<E, Response>> for AwsResponseRetryClassifierwhere
E: ProvideErrorKind,
impl<T, E> ClassifyRetry<T, SdkError<E, Response>> for AwsResponseRetryClassifierwhere
E: ProvideErrorKind,
sourceimpl<T, E> ClassifyRetry<T, SdkError<E, Response>> for DefaultResponseRetryClassifierwhere
E: ProvideErrorKind,
impl<T, E> ClassifyRetry<T, SdkError<E, Response>> for DefaultResponseRetryClassifierwhere
E: ProvideErrorKind,
sourceimpl<E, R> Error for SdkError<E, R>where
E: 'static + Error,
R: Debug,
impl<E, R> Error for SdkError<E, R>where
E: 'static + Error,
R: Debug,
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl<R> From<SdkError<AbortMultipartUploadError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AbortMultipartUploadError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AbortMultipartUploadError, R>) -> Self
fn from(err: SdkError<AbortMultipartUploadError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CompleteMultipartUploadError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CompleteMultipartUploadError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CompleteMultipartUploadError, R>) -> Self
fn from(err: SdkError<CompleteMultipartUploadError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CopyObjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CopyObjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CopyObjectError, R>) -> Self
fn from(err: SdkError<CopyObjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateBucketError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateBucketError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateBucketError, R>) -> Self
fn from(err: SdkError<CreateBucketError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateMultipartUploadError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateMultipartUploadError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateMultipartUploadError, R>) -> Self
fn from(err: SdkError<CreateMultipartUploadError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketAnalyticsConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketAnalyticsConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketAnalyticsConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteBucketAnalyticsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketCorsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketCorsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketCorsError, R>) -> Self
fn from(err: SdkError<DeleteBucketCorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketEncryptionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketEncryptionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketEncryptionError, R>) -> Self
fn from(err: SdkError<DeleteBucketEncryptionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketError, R>) -> Self
fn from(err: SdkError<DeleteBucketError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketIntelligentTieringConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketIntelligentTieringConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(
err: SdkError<DeleteBucketIntelligentTieringConfigurationError, R>
) -> Self
fn from(
err: SdkError<DeleteBucketIntelligentTieringConfigurationError, R>
) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketInventoryConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketInventoryConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketInventoryConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteBucketInventoryConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketLifecycleError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketLifecycleError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketLifecycleError, R>) -> Self
fn from(err: SdkError<DeleteBucketLifecycleError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketMetricsConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketMetricsConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketMetricsConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteBucketMetricsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketOwnershipControlsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketOwnershipControlsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketOwnershipControlsError, R>) -> Self
fn from(err: SdkError<DeleteBucketOwnershipControlsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketPolicyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketPolicyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketPolicyError, R>) -> Self
fn from(err: SdkError<DeleteBucketPolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketReplicationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketReplicationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketReplicationError, R>) -> Self
fn from(err: SdkError<DeleteBucketReplicationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketTaggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketTaggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketTaggingError, R>) -> Self
fn from(err: SdkError<DeleteBucketTaggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketWebsiteError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketWebsiteError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketWebsiteError, R>) -> Self
fn from(err: SdkError<DeleteBucketWebsiteError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteObjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteObjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteObjectError, R>) -> Self
fn from(err: SdkError<DeleteObjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteObjectTaggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteObjectTaggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteObjectTaggingError, R>) -> Self
fn from(err: SdkError<DeleteObjectTaggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteObjectsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteObjectsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteObjectsError, R>) -> Self
fn from(err: SdkError<DeleteObjectsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeletePublicAccessBlockError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeletePublicAccessBlockError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeletePublicAccessBlockError, R>) -> Self
fn from(err: SdkError<DeletePublicAccessBlockError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketAccelerateConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketAccelerateConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketAccelerateConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketAccelerateConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketAclError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketAclError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketAclError, R>) -> Self
fn from(err: SdkError<GetBucketAclError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketAnalyticsConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketAnalyticsConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketAnalyticsConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketAnalyticsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketCorsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketCorsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketCorsError, R>) -> Self
fn from(err: SdkError<GetBucketCorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketEncryptionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketEncryptionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketEncryptionError, R>) -> Self
fn from(err: SdkError<GetBucketEncryptionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketIntelligentTieringConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketIntelligentTieringConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketIntelligentTieringConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketIntelligentTieringConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketInventoryConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketInventoryConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketInventoryConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketInventoryConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketLifecycleConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketLifecycleConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketLifecycleConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketLifecycleConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketLocationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketLocationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketLocationError, R>) -> Self
fn from(err: SdkError<GetBucketLocationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketLoggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketLoggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketLoggingError, R>) -> Self
fn from(err: SdkError<GetBucketLoggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketMetricsConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketMetricsConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketMetricsConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketMetricsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketNotificationConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketNotificationConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketNotificationConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketNotificationConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketOwnershipControlsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketOwnershipControlsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketOwnershipControlsError, R>) -> Self
fn from(err: SdkError<GetBucketOwnershipControlsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketPolicyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketPolicyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketPolicyError, R>) -> Self
fn from(err: SdkError<GetBucketPolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketPolicyStatusError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketPolicyStatusError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketPolicyStatusError, R>) -> Self
fn from(err: SdkError<GetBucketPolicyStatusError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketReplicationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketReplicationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketReplicationError, R>) -> Self
fn from(err: SdkError<GetBucketReplicationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketRequestPaymentError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketRequestPaymentError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketRequestPaymentError, R>) -> Self
fn from(err: SdkError<GetBucketRequestPaymentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketTaggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketTaggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketTaggingError, R>) -> Self
fn from(err: SdkError<GetBucketTaggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketVersioningError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketVersioningError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketVersioningError, R>) -> Self
fn from(err: SdkError<GetBucketVersioningError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketWebsiteError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketWebsiteError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketWebsiteError, R>) -> Self
fn from(err: SdkError<GetBucketWebsiteError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectAclError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectAclError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectAclError, R>) -> Self
fn from(err: SdkError<GetObjectAclError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectAttributesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectAttributesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectAttributesError, R>) -> Self
fn from(err: SdkError<GetObjectAttributesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectError, R>) -> Self
fn from(err: SdkError<GetObjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectLegalHoldError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectLegalHoldError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectLegalHoldError, R>) -> Self
fn from(err: SdkError<GetObjectLegalHoldError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectLockConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectLockConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectLockConfigurationError, R>) -> Self
fn from(err: SdkError<GetObjectLockConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectRetentionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectRetentionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectRetentionError, R>) -> Self
fn from(err: SdkError<GetObjectRetentionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectTaggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectTaggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectTaggingError, R>) -> Self
fn from(err: SdkError<GetObjectTaggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectTorrentError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectTorrentError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectTorrentError, R>) -> Self
fn from(err: SdkError<GetObjectTorrentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetPublicAccessBlockError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetPublicAccessBlockError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetPublicAccessBlockError, R>) -> Self
fn from(err: SdkError<GetPublicAccessBlockError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<HeadBucketError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<HeadBucketError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<HeadBucketError, R>) -> Self
fn from(err: SdkError<HeadBucketError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<HeadObjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<HeadObjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<HeadObjectError, R>) -> Self
fn from(err: SdkError<HeadObjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBucketAnalyticsConfigurationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketAnalyticsConfigurationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBucketAnalyticsConfigurationsError, R>) -> Self
fn from(err: SdkError<ListBucketAnalyticsConfigurationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBucketIntelligentTieringConfigurationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketIntelligentTieringConfigurationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(
err: SdkError<ListBucketIntelligentTieringConfigurationsError, R>
) -> Self
fn from(
err: SdkError<ListBucketIntelligentTieringConfigurationsError, R>
) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBucketInventoryConfigurationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketInventoryConfigurationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBucketInventoryConfigurationsError, R>) -> Self
fn from(err: SdkError<ListBucketInventoryConfigurationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBucketMetricsConfigurationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketMetricsConfigurationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBucketMetricsConfigurationsError, R>) -> Self
fn from(err: SdkError<ListBucketMetricsConfigurationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBucketsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBucketsError, R>) -> Self
fn from(err: SdkError<ListBucketsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListMultipartUploadsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListMultipartUploadsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListMultipartUploadsError, R>) -> Self
fn from(err: SdkError<ListMultipartUploadsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListObjectVersionsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListObjectVersionsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListObjectVersionsError, R>) -> Self
fn from(err: SdkError<ListObjectVersionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListObjectsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListObjectsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListObjectsError, R>) -> Self
fn from(err: SdkError<ListObjectsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListObjectsV2Error, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListObjectsV2Error, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListObjectsV2Error, R>) -> Self
fn from(err: SdkError<ListObjectsV2Error, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListPartsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListPartsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListPartsError, R>) -> Self
fn from(err: SdkError<ListPartsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketAccelerateConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketAccelerateConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketAccelerateConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketAccelerateConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketAclError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketAclError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketAclError, R>) -> Self
fn from(err: SdkError<PutBucketAclError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketAnalyticsConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketAnalyticsConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketAnalyticsConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketAnalyticsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketCorsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketCorsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketCorsError, R>) -> Self
fn from(err: SdkError<PutBucketCorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketEncryptionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketEncryptionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketEncryptionError, R>) -> Self
fn from(err: SdkError<PutBucketEncryptionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketIntelligentTieringConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketIntelligentTieringConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketIntelligentTieringConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketIntelligentTieringConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketInventoryConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketInventoryConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketInventoryConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketInventoryConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketLifecycleConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketLifecycleConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketLifecycleConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketLifecycleConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketLoggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketLoggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketLoggingError, R>) -> Self
fn from(err: SdkError<PutBucketLoggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketMetricsConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketMetricsConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketMetricsConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketMetricsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketNotificationConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketNotificationConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketNotificationConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketNotificationConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketOwnershipControlsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketOwnershipControlsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketOwnershipControlsError, R>) -> Self
fn from(err: SdkError<PutBucketOwnershipControlsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketPolicyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketPolicyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketPolicyError, R>) -> Self
fn from(err: SdkError<PutBucketPolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketReplicationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketReplicationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketReplicationError, R>) -> Self
fn from(err: SdkError<PutBucketReplicationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketRequestPaymentError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketRequestPaymentError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketRequestPaymentError, R>) -> Self
fn from(err: SdkError<PutBucketRequestPaymentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketTaggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketTaggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketTaggingError, R>) -> Self
fn from(err: SdkError<PutBucketTaggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketVersioningError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketVersioningError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketVersioningError, R>) -> Self
fn from(err: SdkError<PutBucketVersioningError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketWebsiteError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketWebsiteError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketWebsiteError, R>) -> Self
fn from(err: SdkError<PutBucketWebsiteError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutObjectAclError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectAclError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutObjectAclError, R>) -> Self
fn from(err: SdkError<PutObjectAclError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutObjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutObjectError, R>) -> Self
fn from(err: SdkError<PutObjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutObjectLegalHoldError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectLegalHoldError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutObjectLegalHoldError, R>) -> Self
fn from(err: SdkError<PutObjectLegalHoldError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutObjectLockConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectLockConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutObjectLockConfigurationError, R>) -> Self
fn from(err: SdkError<PutObjectLockConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutObjectRetentionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectRetentionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutObjectRetentionError, R>) -> Self
fn from(err: SdkError<PutObjectRetentionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutObjectTaggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectTaggingError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutObjectTaggingError, R>) -> Self
fn from(err: SdkError<PutObjectTaggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutPublicAccessBlockError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutPublicAccessBlockError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutPublicAccessBlockError, R>) -> Self
fn from(err: SdkError<PutPublicAccessBlockError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RestoreObjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RestoreObjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RestoreObjectError, R>) -> Self
fn from(err: SdkError<RestoreObjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<SelectObjectContentError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<SelectObjectContentError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<SelectObjectContentError, R>) -> Self
fn from(err: SdkError<SelectObjectContentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<SelectObjectContentEventStreamError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<SelectObjectContentEventStreamError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<SelectObjectContentEventStreamError, R>) -> Self
fn from(err: SdkError<SelectObjectContentEventStreamError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UploadPartCopyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UploadPartCopyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UploadPartCopyError, R>) -> Self
fn from(err: SdkError<UploadPartCopyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UploadPartError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UploadPartError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UploadPartError, R>) -> Self
fn from(err: SdkError<UploadPartError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<WriteGetObjectResponseError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<WriteGetObjectResponseError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<WriteGetObjectResponseError, R>) -> Self
fn from(err: SdkError<WriteGetObjectResponseError, R>) -> Self
Converts to this type from the input type.
sourceimpl<E> From<SendOperationError> for SdkError<E, Response>
impl<E> From<SendOperationError> for SdkError<E, Response>
Convert a SendOperationError
into an SdkError
sourcefn from(err: SendOperationError) -> SdkError<E, Response>
fn from(err: SendOperationError) -> SdkError<E, Response>
Converts to this type from the input type.
Auto Trait Implementations
impl<E, R = Response> !RefUnwindSafe for SdkError<E, R>
impl<E, R> Send for SdkError<E, R>where
E: Send,
R: Send,
impl<E, R> Sync for SdkError<E, R>where
E: Sync,
R: Sync,
impl<E, R> Unpin for SdkError<E, R>where
E: Unpin,
R: Unpin,
impl<E, R = Response> !UnwindSafe for SdkError<E, R>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more