Enum aws_sdk_directconnect::Error
source · [−]#[non_exhaustive]
pub enum Error {
DirectConnectClientException(DirectConnectClientException),
DirectConnectServerException(DirectConnectServerException),
DuplicateTagKeysException(DuplicateTagKeysException),
TooManyTagsException(TooManyTagsException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
DirectConnectClientException(DirectConnectClientException)
One or more parameters are not valid.
DirectConnectServerException(DirectConnectServerException)
A server-side error occurred.
DuplicateTagKeysException(DuplicateTagKeysException)
A tag key was specified more than once.
TooManyTagsException(TooManyTagsException)
You have reached the limit on the number of tags that can be assigned.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · 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<AcceptDirectConnectGatewayAssociationProposalError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AcceptDirectConnectGatewayAssociationProposalError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(
err: SdkError<AcceptDirectConnectGatewayAssociationProposalError, R>
) -> Self
fn from(
err: SdkError<AcceptDirectConnectGatewayAssociationProposalError, R>
) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AllocateConnectionOnInterconnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AllocateConnectionOnInterconnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AllocateConnectionOnInterconnectError, R>) -> Self
fn from(err: SdkError<AllocateConnectionOnInterconnectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AllocateHostedConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AllocateHostedConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AllocateHostedConnectionError, R>) -> Self
fn from(err: SdkError<AllocateHostedConnectionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AllocatePrivateVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AllocatePrivateVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AllocatePrivateVirtualInterfaceError, R>) -> Self
fn from(err: SdkError<AllocatePrivateVirtualInterfaceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AllocatePublicVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AllocatePublicVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AllocatePublicVirtualInterfaceError, R>) -> Self
fn from(err: SdkError<AllocatePublicVirtualInterfaceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AllocateTransitVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AllocateTransitVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AllocateTransitVirtualInterfaceError, R>) -> Self
fn from(err: SdkError<AllocateTransitVirtualInterfaceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateConnectionWithLagError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateConnectionWithLagError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateConnectionWithLagError, R>) -> Self
fn from(err: SdkError<AssociateConnectionWithLagError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateHostedConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateHostedConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateHostedConnectionError, R>) -> Self
fn from(err: SdkError<AssociateHostedConnectionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateMacSecKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateMacSecKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateMacSecKeyError, R>) -> Self
fn from(err: SdkError<AssociateMacSecKeyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateVirtualInterfaceError, R>) -> Self
fn from(err: SdkError<AssociateVirtualInterfaceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ConfirmConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ConfirmConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ConfirmConnectionError, R>) -> Self
fn from(err: SdkError<ConfirmConnectionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ConfirmCustomerAgreementError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ConfirmCustomerAgreementError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ConfirmCustomerAgreementError, R>) -> Self
fn from(err: SdkError<ConfirmCustomerAgreementError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ConfirmPrivateVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ConfirmPrivateVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ConfirmPrivateVirtualInterfaceError, R>) -> Self
fn from(err: SdkError<ConfirmPrivateVirtualInterfaceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ConfirmPublicVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ConfirmPublicVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ConfirmPublicVirtualInterfaceError, R>) -> Self
fn from(err: SdkError<ConfirmPublicVirtualInterfaceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ConfirmTransitVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ConfirmTransitVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ConfirmTransitVirtualInterfaceError, R>) -> Self
fn from(err: SdkError<ConfirmTransitVirtualInterfaceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateBGPPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateBGPPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateBGPPeerError, R>) -> Self
fn from(err: SdkError<CreateBGPPeerError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateConnectionError, R>) -> Self
fn from(err: SdkError<CreateConnectionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateDirectConnectGatewayAssociationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateDirectConnectGatewayAssociationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateDirectConnectGatewayAssociationError, R>) -> Self
fn from(err: SdkError<CreateDirectConnectGatewayAssociationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateDirectConnectGatewayAssociationProposalError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateDirectConnectGatewayAssociationProposalError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(
err: SdkError<CreateDirectConnectGatewayAssociationProposalError, R>
) -> Self
fn from(
err: SdkError<CreateDirectConnectGatewayAssociationProposalError, R>
) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateDirectConnectGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateDirectConnectGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateDirectConnectGatewayError, R>) -> Self
fn from(err: SdkError<CreateDirectConnectGatewayError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateInterconnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateInterconnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateInterconnectError, R>) -> Self
fn from(err: SdkError<CreateInterconnectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateLagError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateLagError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateLagError, R>) -> Self
fn from(err: SdkError<CreateLagError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreatePrivateVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreatePrivateVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreatePrivateVirtualInterfaceError, R>) -> Self
fn from(err: SdkError<CreatePrivateVirtualInterfaceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreatePublicVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreatePublicVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreatePublicVirtualInterfaceError, R>) -> Self
fn from(err: SdkError<CreatePublicVirtualInterfaceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateTransitVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateTransitVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateTransitVirtualInterfaceError, R>) -> Self
fn from(err: SdkError<CreateTransitVirtualInterfaceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteBGPPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBGPPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBGPPeerError, R>) -> Self
fn from(err: SdkError<DeleteBGPPeerError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteConnectionError, R>) -> Self
fn from(err: SdkError<DeleteConnectionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteDirectConnectGatewayAssociationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteDirectConnectGatewayAssociationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteDirectConnectGatewayAssociationError, R>) -> Self
fn from(err: SdkError<DeleteDirectConnectGatewayAssociationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteDirectConnectGatewayAssociationProposalError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteDirectConnectGatewayAssociationProposalError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(
err: SdkError<DeleteDirectConnectGatewayAssociationProposalError, R>
) -> Self
fn from(
err: SdkError<DeleteDirectConnectGatewayAssociationProposalError, R>
) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteDirectConnectGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteDirectConnectGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteDirectConnectGatewayError, R>) -> Self
fn from(err: SdkError<DeleteDirectConnectGatewayError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteInterconnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteInterconnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteInterconnectError, R>) -> Self
fn from(err: SdkError<DeleteInterconnectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteLagError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteLagError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteLagError, R>) -> Self
fn from(err: SdkError<DeleteLagError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteVirtualInterfaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteVirtualInterfaceError, R>) -> Self
fn from(err: SdkError<DeleteVirtualInterfaceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeConnectionLoaError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeConnectionLoaError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeConnectionLoaError, R>) -> Self
fn from(err: SdkError<DescribeConnectionLoaError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeConnectionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeConnectionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeConnectionsError, R>) -> Self
fn from(err: SdkError<DescribeConnectionsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeConnectionsOnInterconnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeConnectionsOnInterconnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeConnectionsOnInterconnectError, R>) -> Self
fn from(err: SdkError<DescribeConnectionsOnInterconnectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeCustomerMetadataError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeCustomerMetadataError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeCustomerMetadataError, R>) -> Self
fn from(err: SdkError<DescribeCustomerMetadataError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeDirectConnectGatewayAssociationProposalsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeDirectConnectGatewayAssociationProposalsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(
err: SdkError<DescribeDirectConnectGatewayAssociationProposalsError, R>
) -> Self
fn from(
err: SdkError<DescribeDirectConnectGatewayAssociationProposalsError, R>
) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeDirectConnectGatewayAssociationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeDirectConnectGatewayAssociationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeDirectConnectGatewayAssociationsError, R>) -> Self
fn from(err: SdkError<DescribeDirectConnectGatewayAssociationsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeDirectConnectGatewayAttachmentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeDirectConnectGatewayAttachmentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeDirectConnectGatewayAttachmentsError, R>) -> Self
fn from(err: SdkError<DescribeDirectConnectGatewayAttachmentsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeDirectConnectGatewaysError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeDirectConnectGatewaysError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeDirectConnectGatewaysError, R>) -> Self
fn from(err: SdkError<DescribeDirectConnectGatewaysError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeHostedConnectionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeHostedConnectionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeHostedConnectionsError, R>) -> Self
fn from(err: SdkError<DescribeHostedConnectionsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeInterconnectLoaError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeInterconnectLoaError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeInterconnectLoaError, R>) -> Self
fn from(err: SdkError<DescribeInterconnectLoaError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeInterconnectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeInterconnectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeInterconnectsError, R>) -> Self
fn from(err: SdkError<DescribeInterconnectsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeLagsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeLagsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeLagsError, R>) -> Self
fn from(err: SdkError<DescribeLagsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeLoaError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeLoaError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeLoaError, R>) -> Self
fn from(err: SdkError<DescribeLoaError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeLocationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeLocationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeLocationsError, R>) -> Self
fn from(err: SdkError<DescribeLocationsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeRouterConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeRouterConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeRouterConfigurationError, R>) -> Self
fn from(err: SdkError<DescribeRouterConfigurationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeTagsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeTagsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeTagsError, R>) -> Self
fn from(err: SdkError<DescribeTagsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeVirtualGatewaysError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeVirtualGatewaysError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeVirtualGatewaysError, R>) -> Self
fn from(err: SdkError<DescribeVirtualGatewaysError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeVirtualInterfacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeVirtualInterfacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeVirtualInterfacesError, R>) -> Self
fn from(err: SdkError<DescribeVirtualInterfacesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateConnectionFromLagError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateConnectionFromLagError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateConnectionFromLagError, R>) -> Self
fn from(err: SdkError<DisassociateConnectionFromLagError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateMacSecKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateMacSecKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateMacSecKeyError, R>) -> Self
fn from(err: SdkError<DisassociateMacSecKeyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListVirtualInterfaceTestHistoryError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListVirtualInterfaceTestHistoryError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListVirtualInterfaceTestHistoryError, R>) -> Self
fn from(err: SdkError<ListVirtualInterfaceTestHistoryError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StartBgpFailoverTestError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartBgpFailoverTestError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartBgpFailoverTestError, R>) -> Self
fn from(err: SdkError<StartBgpFailoverTestError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StopBgpFailoverTestError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopBgpFailoverTestError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopBgpFailoverTestError, R>) -> Self
fn from(err: SdkError<StopBgpFailoverTestError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateConnectionError, R>) -> Self
fn from(err: SdkError<UpdateConnectionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateDirectConnectGatewayAssociationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateDirectConnectGatewayAssociationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateDirectConnectGatewayAssociationError, R>) -> Self
fn from(err: SdkError<UpdateDirectConnectGatewayAssociationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateDirectConnectGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateDirectConnectGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateDirectConnectGatewayError, R>) -> Self
fn from(err: SdkError<UpdateDirectConnectGatewayError, R>) -> Self
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub 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