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<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
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl<R> From<SdkError<AbortMultipartUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AbortMultipartUploadError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CompleteMultipartUploadError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CopyObjectError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateBucketError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateMultipartUploadError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketAnalyticsConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketCorsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketEncryptionError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketIntelligentTieringConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketInventoryConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketLifecycleError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketMetricsConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketOwnershipControlsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketPolicyError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketReplicationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketTaggingError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketWebsiteError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteObjectError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteObjectTaggingError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteObjectsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeletePublicAccessBlockError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketAccelerateConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketAclError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketAnalyticsConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketCorsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketEncryptionError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketIntelligentTieringConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketInventoryConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketLifecycleConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketLocationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketLoggingError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketMetricsConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketNotificationConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketOwnershipControlsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketPolicyError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketPolicyStatusError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketReplicationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketRequestPaymentError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketTaggingError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketVersioningError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketWebsiteError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectAclError, R>> for Error where
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<GetObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectLegalHoldError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectLockConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectRetentionError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectTaggingError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectTorrentError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetPublicAccessBlockError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<HeadBucketError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<HeadObjectError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketAnalyticsConfigurationsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketIntelligentTieringConfigurationsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketInventoryConfigurationsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketMetricsConfigurationsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListMultipartUploadsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListObjectVersionsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListObjectsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListObjectsV2Error, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListPartsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketAccelerateConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketAclError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketAnalyticsConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketCorsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketEncryptionError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketIntelligentTieringConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketInventoryConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketLifecycleConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketLoggingError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketMetricsConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketNotificationConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketOwnershipControlsError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketPolicyError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketReplicationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketRequestPaymentError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketTaggingError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketVersioningError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketWebsiteError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectAclError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectLegalHoldError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectLockConfigurationError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectRetentionError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectTaggingError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutPublicAccessBlockError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RestoreObjectError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<SelectObjectContentError, R>> for Error where
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<UploadPartCopyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UploadPartCopyError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UploadPartError, R>> for Error where
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 Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<WriteGetObjectResponseError, R>> for Error where
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more