Enum aws_sdk_networkmanager::Error
source · [−]#[non_exhaustive]
pub enum Error {
AccessDeniedException(AccessDeniedException),
ConflictException(ConflictException),
CoreNetworkPolicyException(CoreNetworkPolicyException),
InternalServerException(InternalServerException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
ThrottlingException(ThrottlingException),
ValidationException(ValidationException),
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
AccessDeniedException(AccessDeniedException)
You do not have sufficient access to perform this action.
ConflictException(ConflictException)
There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
CoreNetworkPolicyException(CoreNetworkPolicyException)
Describes a core network policy exception.
InternalServerException(InternalServerException)
The request has failed due to an internal error.
ResourceNotFoundException(ResourceNotFoundException)
The specified resource could not be found.
ServiceQuotaExceededException(ServiceQuotaExceededException)
A service limit was exceeded.
ThrottlingException(ThrottlingException)
The request was denied due to request throttling.
ValidationException(ValidationException)
The input fails to satisfy the constraints.
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<AcceptAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AcceptAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AcceptAttachmentError, R>) -> Self
fn from(err: SdkError<AcceptAttachmentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateConnectPeerError, R>) -> Self
fn from(err: SdkError<AssociateConnectPeerError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateCustomerGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateCustomerGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateCustomerGatewayError, R>) -> Self
fn from(err: SdkError<AssociateCustomerGatewayError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateLinkError, R>) -> Self
fn from(err: SdkError<AssociateLinkError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateTransitGatewayConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateTransitGatewayConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateTransitGatewayConnectPeerError, R>) -> Self
fn from(err: SdkError<AssociateTransitGatewayConnectPeerError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateConnectAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateConnectAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateConnectAttachmentError, R>) -> Self
fn from(err: SdkError<CreateConnectAttachmentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateConnectPeerError, R>) -> Self
fn from(err: SdkError<CreateConnectPeerError, 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<CreateCoreNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateCoreNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateCoreNetworkError, R>) -> Self
fn from(err: SdkError<CreateCoreNetworkError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateDeviceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateDeviceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateDeviceError, R>) -> Self
fn from(err: SdkError<CreateDeviceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateGlobalNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateGlobalNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateGlobalNetworkError, R>) -> Self
fn from(err: SdkError<CreateGlobalNetworkError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateLinkError, R>) -> Self
fn from(err: SdkError<CreateLinkError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateSiteError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateSiteError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateSiteError, R>) -> Self
fn from(err: SdkError<CreateSiteError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateSiteToSiteVpnAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateSiteToSiteVpnAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateSiteToSiteVpnAttachmentError, R>) -> Self
fn from(err: SdkError<CreateSiteToSiteVpnAttachmentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateVpcAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateVpcAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateVpcAttachmentError, R>) -> Self
fn from(err: SdkError<CreateVpcAttachmentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteAttachmentError, R>) -> Self
fn from(err: SdkError<DeleteAttachmentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteConnectPeerError, R>) -> Self
fn from(err: SdkError<DeleteConnectPeerError, 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<DeleteCoreNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteCoreNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteCoreNetworkError, R>) -> Self
fn from(err: SdkError<DeleteCoreNetworkError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteCoreNetworkPolicyVersionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteCoreNetworkPolicyVersionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteCoreNetworkPolicyVersionError, R>) -> Self
fn from(err: SdkError<DeleteCoreNetworkPolicyVersionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteDeviceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteDeviceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteDeviceError, R>) -> Self
fn from(err: SdkError<DeleteDeviceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteGlobalNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteGlobalNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteGlobalNetworkError, R>) -> Self
fn from(err: SdkError<DeleteGlobalNetworkError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteLinkError, R>) -> Self
fn from(err: SdkError<DeleteLinkError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteResourcePolicyError, R>) -> Self
fn from(err: SdkError<DeleteResourcePolicyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteSiteError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteSiteError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteSiteError, R>) -> Self
fn from(err: SdkError<DeleteSiteError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeregisterTransitGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeregisterTransitGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeregisterTransitGatewayError, R>) -> Self
fn from(err: SdkError<DeregisterTransitGatewayError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeGlobalNetworksError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeGlobalNetworksError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeGlobalNetworksError, R>) -> Self
fn from(err: SdkError<DescribeGlobalNetworksError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateConnectPeerError, R>) -> Self
fn from(err: SdkError<DisassociateConnectPeerError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateCustomerGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateCustomerGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateCustomerGatewayError, R>) -> Self
fn from(err: SdkError<DisassociateCustomerGatewayError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateLinkError, R>) -> Self
fn from(err: SdkError<DisassociateLinkError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateTransitGatewayConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateTransitGatewayConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateTransitGatewayConnectPeerError, R>) -> Self
fn from(err: SdkError<DisassociateTransitGatewayConnectPeerError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ExecuteCoreNetworkChangeSetError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ExecuteCoreNetworkChangeSetError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ExecuteCoreNetworkChangeSetError, R>) -> Self
fn from(err: SdkError<ExecuteCoreNetworkChangeSetError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetConnectAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetConnectAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetConnectAttachmentError, R>) -> Self
fn from(err: SdkError<GetConnectAttachmentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetConnectPeerAssociationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetConnectPeerAssociationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetConnectPeerAssociationsError, R>) -> Self
fn from(err: SdkError<GetConnectPeerAssociationsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetConnectPeerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetConnectPeerError, R>) -> Self
fn from(err: SdkError<GetConnectPeerError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetConnectionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetConnectionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetConnectionsError, R>) -> Self
fn from(err: SdkError<GetConnectionsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetCoreNetworkChangeSetError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetCoreNetworkChangeSetError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetCoreNetworkChangeSetError, R>) -> Self
fn from(err: SdkError<GetCoreNetworkChangeSetError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetCoreNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetCoreNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetCoreNetworkError, R>) -> Self
fn from(err: SdkError<GetCoreNetworkError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetCoreNetworkPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetCoreNetworkPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetCoreNetworkPolicyError, R>) -> Self
fn from(err: SdkError<GetCoreNetworkPolicyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetCustomerGatewayAssociationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetCustomerGatewayAssociationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetCustomerGatewayAssociationsError, R>) -> Self
fn from(err: SdkError<GetCustomerGatewayAssociationsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetDevicesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetDevicesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetDevicesError, R>) -> Self
fn from(err: SdkError<GetDevicesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetLinkAssociationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetLinkAssociationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetLinkAssociationsError, R>) -> Self
fn from(err: SdkError<GetLinkAssociationsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetLinksError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetLinksError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetLinksError, R>) -> Self
fn from(err: SdkError<GetLinksError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetNetworkResourceCountsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetNetworkResourceCountsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetNetworkResourceCountsError, R>) -> Self
fn from(err: SdkError<GetNetworkResourceCountsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetNetworkResourceRelationshipsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetNetworkResourceRelationshipsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetNetworkResourceRelationshipsError, R>) -> Self
fn from(err: SdkError<GetNetworkResourceRelationshipsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetNetworkResourcesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetNetworkResourcesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetNetworkResourcesError, R>) -> Self
fn from(err: SdkError<GetNetworkResourcesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetNetworkRoutesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetNetworkRoutesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetNetworkRoutesError, R>) -> Self
fn from(err: SdkError<GetNetworkRoutesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetNetworkTelemetryError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetNetworkTelemetryError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetNetworkTelemetryError, R>) -> Self
fn from(err: SdkError<GetNetworkTelemetryError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetResourcePolicyError, R>) -> Self
fn from(err: SdkError<GetResourcePolicyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetRouteAnalysisError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetRouteAnalysisError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetRouteAnalysisError, R>) -> Self
fn from(err: SdkError<GetRouteAnalysisError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetSiteToSiteVpnAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetSiteToSiteVpnAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetSiteToSiteVpnAttachmentError, R>) -> Self
fn from(err: SdkError<GetSiteToSiteVpnAttachmentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetSitesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetSitesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetSitesError, R>) -> Self
fn from(err: SdkError<GetSitesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetTransitGatewayConnectPeerAssociationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTransitGatewayConnectPeerAssociationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTransitGatewayConnectPeerAssociationsError, R>) -> Self
fn from(err: SdkError<GetTransitGatewayConnectPeerAssociationsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetTransitGatewayRegistrationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTransitGatewayRegistrationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTransitGatewayRegistrationsError, R>) -> Self
fn from(err: SdkError<GetTransitGatewayRegistrationsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetVpcAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetVpcAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetVpcAttachmentError, R>) -> Self
fn from(err: SdkError<GetVpcAttachmentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListAttachmentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListAttachmentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListAttachmentsError, R>) -> Self
fn from(err: SdkError<ListAttachmentsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListConnectPeersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListConnectPeersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListConnectPeersError, R>) -> Self
fn from(err: SdkError<ListConnectPeersError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListCoreNetworkPolicyVersionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListCoreNetworkPolicyVersionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListCoreNetworkPolicyVersionsError, R>) -> Self
fn from(err: SdkError<ListCoreNetworkPolicyVersionsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListCoreNetworksError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListCoreNetworksError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListCoreNetworksError, R>) -> Self
fn from(err: SdkError<ListCoreNetworksError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<PutCoreNetworkPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutCoreNetworkPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutCoreNetworkPolicyError, R>) -> Self
fn from(err: SdkError<PutCoreNetworkPolicyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<PutResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutResourcePolicyError, R>) -> Self
fn from(err: SdkError<PutResourcePolicyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<RegisterTransitGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RegisterTransitGatewayError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RegisterTransitGatewayError, R>) -> Self
fn from(err: SdkError<RegisterTransitGatewayError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<RejectAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RejectAttachmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RejectAttachmentError, R>) -> Self
fn from(err: SdkError<RejectAttachmentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<RestoreCoreNetworkPolicyVersionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RestoreCoreNetworkPolicyVersionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RestoreCoreNetworkPolicyVersionError, R>) -> Self
fn from(err: SdkError<RestoreCoreNetworkPolicyVersionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StartRouteAnalysisError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartRouteAnalysisError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartRouteAnalysisError, R>) -> Self
fn from(err: SdkError<StartRouteAnalysisError, 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<UpdateCoreNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateCoreNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateCoreNetworkError, R>) -> Self
fn from(err: SdkError<UpdateCoreNetworkError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateDeviceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateDeviceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateDeviceError, R>) -> Self
fn from(err: SdkError<UpdateDeviceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateGlobalNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateGlobalNetworkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateGlobalNetworkError, R>) -> Self
fn from(err: SdkError<UpdateGlobalNetworkError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateLinkError, R>) -> Self
fn from(err: SdkError<UpdateLinkError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateNetworkResourceMetadataError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateNetworkResourceMetadataError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateNetworkResourceMetadataError, R>) -> Self
fn from(err: SdkError<UpdateNetworkResourceMetadataError, 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