Enum aws_sdk_workspacesweb::Error
source · [−]#[non_exhaustive]
pub enum Error {
AccessDeniedException(AccessDeniedException),
ConflictException(ConflictException),
InternalServerException(InternalServerException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
ThrottlingException(ThrottlingException),
TooManyTagsException(TooManyTagsException),
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)
Access is denied.
ConflictException(ConflictException)
There is a conflict.
InternalServerException(InternalServerException)
There is an internal server error.
ResourceNotFoundException(ResourceNotFoundException)
The resource cannot be found.
ServiceQuotaExceededException(ServiceQuotaExceededException)
The service quota has been exceeded.
ThrottlingException(ThrottlingException)
There is a throttling error.
TooManyTagsException(TooManyTagsException)
There are too many tags.
ValidationException(ValidationException)
There is a validation error.
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<AssociateBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateBrowserSettingsError, R>) -> Self
fn from(err: SdkError<AssociateBrowserSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateNetworkSettingsError, R>) -> Self
fn from(err: SdkError<AssociateNetworkSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateTrustStoreError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateTrustStoreError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateTrustStoreError, R>) -> Self
fn from(err: SdkError<AssociateTrustStoreError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateUserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateUserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateUserSettingsError, R>) -> Self
fn from(err: SdkError<AssociateUserSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateBrowserSettingsError, R>) -> Self
fn from(err: SdkError<CreateBrowserSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateIdentityProviderError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateIdentityProviderError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateIdentityProviderError, R>) -> Self
fn from(err: SdkError<CreateIdentityProviderError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateNetworkSettingsError, R>) -> Self
fn from(err: SdkError<CreateNetworkSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreatePortalError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreatePortalError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreatePortalError, R>) -> Self
fn from(err: SdkError<CreatePortalError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateTrustStoreError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateTrustStoreError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateTrustStoreError, R>) -> Self
fn from(err: SdkError<CreateTrustStoreError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateUserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateUserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateUserSettingsError, R>) -> Self
fn from(err: SdkError<CreateUserSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBrowserSettingsError, R>) -> Self
fn from(err: SdkError<DeleteBrowserSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteIdentityProviderError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteIdentityProviderError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteIdentityProviderError, R>) -> Self
fn from(err: SdkError<DeleteIdentityProviderError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteNetworkSettingsError, R>) -> Self
fn from(err: SdkError<DeleteNetworkSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeletePortalError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeletePortalError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeletePortalError, R>) -> Self
fn from(err: SdkError<DeletePortalError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteTrustStoreError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteTrustStoreError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteTrustStoreError, R>) -> Self
fn from(err: SdkError<DeleteTrustStoreError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteUserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteUserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteUserSettingsError, R>) -> Self
fn from(err: SdkError<DeleteUserSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateBrowserSettingsError, R>) -> Self
fn from(err: SdkError<DisassociateBrowserSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateNetworkSettingsError, R>) -> Self
fn from(err: SdkError<DisassociateNetworkSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateTrustStoreError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateTrustStoreError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateTrustStoreError, R>) -> Self
fn from(err: SdkError<DisassociateTrustStoreError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateUserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateUserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateUserSettingsError, R>) -> Self
fn from(err: SdkError<DisassociateUserSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBrowserSettingsError, R>) -> Self
fn from(err: SdkError<GetBrowserSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetIdentityProviderError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetIdentityProviderError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetIdentityProviderError, R>) -> Self
fn from(err: SdkError<GetIdentityProviderError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetNetworkSettingsError, R>) -> Self
fn from(err: SdkError<GetNetworkSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetPortalError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetPortalError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetPortalError, R>) -> Self
fn from(err: SdkError<GetPortalError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetPortalServiceProviderMetadataError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetPortalServiceProviderMetadataError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetPortalServiceProviderMetadataError, R>) -> Self
fn from(err: SdkError<GetPortalServiceProviderMetadataError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetTrustStoreCertificateError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTrustStoreCertificateError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTrustStoreCertificateError, R>) -> Self
fn from(err: SdkError<GetTrustStoreCertificateError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetTrustStoreError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTrustStoreError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTrustStoreError, R>) -> Self
fn from(err: SdkError<GetTrustStoreError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetUserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetUserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetUserSettingsError, R>) -> Self
fn from(err: SdkError<GetUserSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBrowserSettingsError, R>) -> Self
fn from(err: SdkError<ListBrowserSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListIdentityProvidersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListIdentityProvidersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListIdentityProvidersError, R>) -> Self
fn from(err: SdkError<ListIdentityProvidersError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListNetworkSettingsError, R>) -> Self
fn from(err: SdkError<ListNetworkSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListPortalsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListPortalsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListPortalsError, R>) -> Self
fn from(err: SdkError<ListPortalsError, 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<ListTrustStoreCertificatesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTrustStoreCertificatesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTrustStoreCertificatesError, R>) -> Self
fn from(err: SdkError<ListTrustStoreCertificatesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListTrustStoresError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTrustStoresError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTrustStoresError, R>) -> Self
fn from(err: SdkError<ListTrustStoresError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListUserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListUserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListUserSettingsError, R>) -> Self
fn from(err: SdkError<ListUserSettingsError, 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<UpdateBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateBrowserSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateBrowserSettingsError, R>) -> Self
fn from(err: SdkError<UpdateBrowserSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateIdentityProviderError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateIdentityProviderError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateIdentityProviderError, R>) -> Self
fn from(err: SdkError<UpdateIdentityProviderError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateNetworkSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateNetworkSettingsError, R>) -> Self
fn from(err: SdkError<UpdateNetworkSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdatePortalError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdatePortalError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdatePortalError, R>) -> Self
fn from(err: SdkError<UpdatePortalError, 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