#[non_exhaustive]pub enum Error {
Show 24 variants
AccessDeniedException(AccessDeniedException),
ApplicationNotSupportedException(ApplicationNotSupportedException),
ComputeNotCompatibleException(ComputeNotCompatibleException),
ConflictException(ConflictException),
IncompatibleApplicationsException(IncompatibleApplicationsException),
InternalServerException(InternalServerException),
InvalidParameterCombinationException(InvalidParameterCombinationException),
InvalidParameterValuesException(InvalidParameterValuesException),
InvalidResourceStateException(InvalidResourceStateException),
OperatingSystemNotCompatibleException(OperatingSystemNotCompatibleException),
OperationInProgressException(OperationInProgressException),
OperationNotSupportedException(OperationNotSupportedException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
ResourceAssociatedException(ResourceAssociatedException),
ResourceCreationFailedException(ResourceCreationFailedException),
ResourceInUseException(ResourceInUseException),
ResourceLimitExceededException(ResourceLimitExceededException),
ResourceNotFoundException(ResourceNotFoundException),
ResourceUnavailableException(ResourceUnavailableException),
UnsupportedNetworkConfigurationException(UnsupportedNetworkConfigurationException),
UnsupportedWorkspaceConfigurationException(UnsupportedWorkspaceConfigurationException),
ValidationException(ValidationException),
WorkspacesDefaultRoleNotFoundException(WorkspacesDefaultRoleNotFoundException),
Unhandled(Unhandled),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AccessDeniedException(AccessDeniedException)
The user is not authorized to access a resource.
ApplicationNotSupportedException(ApplicationNotSupportedException)
The specified application is not supported.
ComputeNotCompatibleException(ComputeNotCompatibleException)
The compute type of the WorkSpace is not compatible with the application.
ConflictException(ConflictException)
The TargetAccountId
is already linked or invited.
IncompatibleApplicationsException(IncompatibleApplicationsException)
The specified application is not compatible with the resource.
InternalServerException(InternalServerException)
Unexpected server error occured.
InvalidParameterCombinationException(InvalidParameterCombinationException)
Two or more of the selected parameter values cannot be used together.
InvalidParameterValuesException(InvalidParameterValuesException)
One or more parameter values are not valid.
InvalidResourceStateException(InvalidResourceStateException)
The state of the resource is not valid for this operation.
OperatingSystemNotCompatibleException(OperatingSystemNotCompatibleException)
The operating system of the WorkSpace is not compatible with the application.
OperationInProgressException(OperationInProgressException)
The properties of this WorkSpace are currently being modified. Try again in a moment.
OperationNotSupportedException(OperationNotSupportedException)
This operation is not supported.
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
The specified resource already exists.
ResourceAssociatedException(ResourceAssociatedException)
The resource is associated with a directory.
ResourceCreationFailedException(ResourceCreationFailedException)
The resource could not be created.
ResourceInUseException(ResourceInUseException)
The specified resource is currently in use.
ResourceLimitExceededException(ResourceLimitExceededException)
Your resource limits have been exceeded.
ResourceNotFoundException(ResourceNotFoundException)
The resource could not be found.
The specified resource is not available.
UnsupportedNetworkConfigurationException(UnsupportedNetworkConfigurationException)
The configuration of this network is not supported for this operation, or your network configuration conflicts with the Amazon WorkSpaces management network IP range. For more information, see Configure a VPC for Amazon WorkSpaces.
UnsupportedWorkspaceConfigurationException(UnsupportedWorkspaceConfigurationException)
The configuration of this WorkSpace is not supported for this operation. For more information, see Required Configuration and Service Components for WorkSpaces .
ValidationException(ValidationException)
You either haven't provided a TargetAccountId
or are using the same value for TargetAccountId
and SourceAccountId
.
WorkspacesDefaultRoleNotFoundException(WorkspacesDefaultRoleNotFoundException)
The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role.
Unhandled(Unhandled)
Unhandled
directly is not forwards compatible. Instead, match using a variable wildcard pattern and check .code()
:
err if err.code() == Some("SpecificExceptionCode") => { /* handle the error */ }
See ProvideErrorMetadata
for what information is available for the error.An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Trait Implementations§
Source§impl Error for Error
impl Error for Error
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
Source§impl From<AcceptAccountLinkInvitationError> for Error
impl From<AcceptAccountLinkInvitationError> for Error
Source§fn from(err: AcceptAccountLinkInvitationError) -> Self
fn from(err: AcceptAccountLinkInvitationError) -> Self
Source§impl From<AssociateConnectionAliasError> for Error
impl From<AssociateConnectionAliasError> for Error
Source§fn from(err: AssociateConnectionAliasError) -> Self
fn from(err: AssociateConnectionAliasError) -> Self
Source§impl From<AssociateIpGroupsError> for Error
impl From<AssociateIpGroupsError> for Error
Source§fn from(err: AssociateIpGroupsError) -> Self
fn from(err: AssociateIpGroupsError) -> Self
Source§impl From<AssociateWorkspaceApplicationError> for Error
impl From<AssociateWorkspaceApplicationError> for Error
Source§fn from(err: AssociateWorkspaceApplicationError) -> Self
fn from(err: AssociateWorkspaceApplicationError) -> Self
Source§impl From<AuthorizeIpRulesError> for Error
impl From<AuthorizeIpRulesError> for Error
Source§fn from(err: AuthorizeIpRulesError) -> Self
fn from(err: AuthorizeIpRulesError) -> Self
Source§impl From<BuildError> for Error
impl From<BuildError> for Error
Source§fn from(value: BuildError) -> Self
fn from(value: BuildError) -> Self
Source§impl From<CopyWorkspaceImageError> for Error
impl From<CopyWorkspaceImageError> for Error
Source§fn from(err: CopyWorkspaceImageError) -> Self
fn from(err: CopyWorkspaceImageError) -> Self
Source§impl From<CreateAccountLinkInvitationError> for Error
impl From<CreateAccountLinkInvitationError> for Error
Source§fn from(err: CreateAccountLinkInvitationError) -> Self
fn from(err: CreateAccountLinkInvitationError) -> Self
Source§impl From<CreateConnectClientAddInError> for Error
impl From<CreateConnectClientAddInError> for Error
Source§fn from(err: CreateConnectClientAddInError) -> Self
fn from(err: CreateConnectClientAddInError) -> Self
Source§impl From<CreateConnectionAliasError> for Error
impl From<CreateConnectionAliasError> for Error
Source§fn from(err: CreateConnectionAliasError) -> Self
fn from(err: CreateConnectionAliasError) -> Self
Source§impl From<CreateIpGroupError> for Error
impl From<CreateIpGroupError> for Error
Source§fn from(err: CreateIpGroupError) -> Self
fn from(err: CreateIpGroupError) -> Self
Source§impl From<CreateStandbyWorkspacesError> for Error
impl From<CreateStandbyWorkspacesError> for Error
Source§fn from(err: CreateStandbyWorkspacesError) -> Self
fn from(err: CreateStandbyWorkspacesError) -> Self
Source§impl From<CreateTagsError> for Error
impl From<CreateTagsError> for Error
Source§fn from(err: CreateTagsError) -> Self
fn from(err: CreateTagsError) -> Self
Source§impl From<CreateUpdatedWorkspaceImageError> for Error
impl From<CreateUpdatedWorkspaceImageError> for Error
Source§fn from(err: CreateUpdatedWorkspaceImageError) -> Self
fn from(err: CreateUpdatedWorkspaceImageError) -> Self
Source§impl From<CreateWorkspaceBundleError> for Error
impl From<CreateWorkspaceBundleError> for Error
Source§fn from(err: CreateWorkspaceBundleError) -> Self
fn from(err: CreateWorkspaceBundleError) -> Self
Source§impl From<CreateWorkspaceImageError> for Error
impl From<CreateWorkspaceImageError> for Error
Source§fn from(err: CreateWorkspaceImageError) -> Self
fn from(err: CreateWorkspaceImageError) -> Self
Source§impl From<CreateWorkspacesError> for Error
impl From<CreateWorkspacesError> for Error
Source§fn from(err: CreateWorkspacesError) -> Self
fn from(err: CreateWorkspacesError) -> Self
Source§impl From<CreateWorkspacesPoolError> for Error
impl From<CreateWorkspacesPoolError> for Error
Source§fn from(err: CreateWorkspacesPoolError) -> Self
fn from(err: CreateWorkspacesPoolError) -> Self
Source§impl From<DeleteAccountLinkInvitationError> for Error
impl From<DeleteAccountLinkInvitationError> for Error
Source§fn from(err: DeleteAccountLinkInvitationError) -> Self
fn from(err: DeleteAccountLinkInvitationError) -> Self
Source§impl From<DeleteClientBrandingError> for Error
impl From<DeleteClientBrandingError> for Error
Source§fn from(err: DeleteClientBrandingError) -> Self
fn from(err: DeleteClientBrandingError) -> Self
Source§impl From<DeleteConnectClientAddInError> for Error
impl From<DeleteConnectClientAddInError> for Error
Source§fn from(err: DeleteConnectClientAddInError) -> Self
fn from(err: DeleteConnectClientAddInError) -> Self
Source§impl From<DeleteConnectionAliasError> for Error
impl From<DeleteConnectionAliasError> for Error
Source§fn from(err: DeleteConnectionAliasError) -> Self
fn from(err: DeleteConnectionAliasError) -> Self
Source§impl From<DeleteIpGroupError> for Error
impl From<DeleteIpGroupError> for Error
Source§fn from(err: DeleteIpGroupError) -> Self
fn from(err: DeleteIpGroupError) -> Self
Source§impl From<DeleteTagsError> for Error
impl From<DeleteTagsError> for Error
Source§fn from(err: DeleteTagsError) -> Self
fn from(err: DeleteTagsError) -> Self
Source§impl From<DeleteWorkspaceBundleError> for Error
impl From<DeleteWorkspaceBundleError> for Error
Source§fn from(err: DeleteWorkspaceBundleError) -> Self
fn from(err: DeleteWorkspaceBundleError) -> Self
Source§impl From<DeleteWorkspaceImageError> for Error
impl From<DeleteWorkspaceImageError> for Error
Source§fn from(err: DeleteWorkspaceImageError) -> Self
fn from(err: DeleteWorkspaceImageError) -> Self
Source§impl From<DeployWorkspaceApplicationsError> for Error
impl From<DeployWorkspaceApplicationsError> for Error
Source§fn from(err: DeployWorkspaceApplicationsError) -> Self
fn from(err: DeployWorkspaceApplicationsError) -> Self
Source§impl From<DeregisterWorkspaceDirectoryError> for Error
impl From<DeregisterWorkspaceDirectoryError> for Error
Source§fn from(err: DeregisterWorkspaceDirectoryError) -> Self
fn from(err: DeregisterWorkspaceDirectoryError) -> Self
Source§impl From<DescribeAccountError> for Error
impl From<DescribeAccountError> for Error
Source§fn from(err: DescribeAccountError) -> Self
fn from(err: DescribeAccountError) -> Self
Source§impl From<DescribeAccountModificationsError> for Error
impl From<DescribeAccountModificationsError> for Error
Source§fn from(err: DescribeAccountModificationsError) -> Self
fn from(err: DescribeAccountModificationsError) -> Self
Source§impl From<DescribeApplicationAssociationsError> for Error
impl From<DescribeApplicationAssociationsError> for Error
Source§fn from(err: DescribeApplicationAssociationsError) -> Self
fn from(err: DescribeApplicationAssociationsError) -> Self
Source§impl From<DescribeApplicationsError> for Error
impl From<DescribeApplicationsError> for Error
Source§fn from(err: DescribeApplicationsError) -> Self
fn from(err: DescribeApplicationsError) -> Self
Source§impl From<DescribeBundleAssociationsError> for Error
impl From<DescribeBundleAssociationsError> for Error
Source§fn from(err: DescribeBundleAssociationsError) -> Self
fn from(err: DescribeBundleAssociationsError) -> Self
Source§impl From<DescribeClientBrandingError> for Error
impl From<DescribeClientBrandingError> for Error
Source§fn from(err: DescribeClientBrandingError) -> Self
fn from(err: DescribeClientBrandingError) -> Self
Source§impl From<DescribeClientPropertiesError> for Error
impl From<DescribeClientPropertiesError> for Error
Source§fn from(err: DescribeClientPropertiesError) -> Self
fn from(err: DescribeClientPropertiesError) -> Self
Source§impl From<DescribeConnectClientAddInsError> for Error
impl From<DescribeConnectClientAddInsError> for Error
Source§fn from(err: DescribeConnectClientAddInsError) -> Self
fn from(err: DescribeConnectClientAddInsError) -> Self
Source§impl From<DescribeConnectionAliasPermissionsError> for Error
impl From<DescribeConnectionAliasPermissionsError> for Error
Source§fn from(err: DescribeConnectionAliasPermissionsError) -> Self
fn from(err: DescribeConnectionAliasPermissionsError) -> Self
Source§impl From<DescribeConnectionAliasesError> for Error
impl From<DescribeConnectionAliasesError> for Error
Source§fn from(err: DescribeConnectionAliasesError) -> Self
fn from(err: DescribeConnectionAliasesError) -> Self
Source§impl From<DescribeImageAssociationsError> for Error
impl From<DescribeImageAssociationsError> for Error
Source§fn from(err: DescribeImageAssociationsError) -> Self
fn from(err: DescribeImageAssociationsError) -> Self
Source§impl From<DescribeIpGroupsError> for Error
impl From<DescribeIpGroupsError> for Error
Source§fn from(err: DescribeIpGroupsError) -> Self
fn from(err: DescribeIpGroupsError) -> Self
Source§impl From<DescribeTagsError> for Error
impl From<DescribeTagsError> for Error
Source§fn from(err: DescribeTagsError) -> Self
fn from(err: DescribeTagsError) -> Self
Source§impl From<DescribeWorkspaceAssociationsError> for Error
impl From<DescribeWorkspaceAssociationsError> for Error
Source§fn from(err: DescribeWorkspaceAssociationsError) -> Self
fn from(err: DescribeWorkspaceAssociationsError) -> Self
Source§impl From<DescribeWorkspaceBundlesError> for Error
impl From<DescribeWorkspaceBundlesError> for Error
Source§fn from(err: DescribeWorkspaceBundlesError) -> Self
fn from(err: DescribeWorkspaceBundlesError) -> Self
Source§impl From<DescribeWorkspaceDirectoriesError> for Error
impl From<DescribeWorkspaceDirectoriesError> for Error
Source§fn from(err: DescribeWorkspaceDirectoriesError) -> Self
fn from(err: DescribeWorkspaceDirectoriesError) -> Self
Source§impl From<DescribeWorkspaceImagePermissionsError> for Error
impl From<DescribeWorkspaceImagePermissionsError> for Error
Source§fn from(err: DescribeWorkspaceImagePermissionsError) -> Self
fn from(err: DescribeWorkspaceImagePermissionsError) -> Self
Source§impl From<DescribeWorkspaceImagesError> for Error
impl From<DescribeWorkspaceImagesError> for Error
Source§fn from(err: DescribeWorkspaceImagesError) -> Self
fn from(err: DescribeWorkspaceImagesError) -> Self
Source§impl From<DescribeWorkspaceSnapshotsError> for Error
impl From<DescribeWorkspaceSnapshotsError> for Error
Source§fn from(err: DescribeWorkspaceSnapshotsError) -> Self
fn from(err: DescribeWorkspaceSnapshotsError) -> Self
Source§impl From<DescribeWorkspacesConnectionStatusError> for Error
impl From<DescribeWorkspacesConnectionStatusError> for Error
Source§fn from(err: DescribeWorkspacesConnectionStatusError) -> Self
fn from(err: DescribeWorkspacesConnectionStatusError) -> Self
Source§impl From<DescribeWorkspacesError> for Error
impl From<DescribeWorkspacesError> for Error
Source§fn from(err: DescribeWorkspacesError) -> Self
fn from(err: DescribeWorkspacesError) -> Self
Source§impl From<DescribeWorkspacesPoolSessionsError> for Error
impl From<DescribeWorkspacesPoolSessionsError> for Error
Source§fn from(err: DescribeWorkspacesPoolSessionsError) -> Self
fn from(err: DescribeWorkspacesPoolSessionsError) -> Self
Source§impl From<DescribeWorkspacesPoolsError> for Error
impl From<DescribeWorkspacesPoolsError> for Error
Source§fn from(err: DescribeWorkspacesPoolsError) -> Self
fn from(err: DescribeWorkspacesPoolsError) -> Self
Source§impl From<DisassociateConnectionAliasError> for Error
impl From<DisassociateConnectionAliasError> for Error
Source§fn from(err: DisassociateConnectionAliasError) -> Self
fn from(err: DisassociateConnectionAliasError) -> Self
Source§impl From<DisassociateIpGroupsError> for Error
impl From<DisassociateIpGroupsError> for Error
Source§fn from(err: DisassociateIpGroupsError) -> Self
fn from(err: DisassociateIpGroupsError) -> Self
Source§impl From<DisassociateWorkspaceApplicationError> for Error
impl From<DisassociateWorkspaceApplicationError> for Error
Source§fn from(err: DisassociateWorkspaceApplicationError) -> Self
fn from(err: DisassociateWorkspaceApplicationError) -> Self
Source§impl From<GetAccountLinkError> for Error
impl From<GetAccountLinkError> for Error
Source§fn from(err: GetAccountLinkError) -> Self
fn from(err: GetAccountLinkError) -> Self
Source§impl From<ImportClientBrandingError> for Error
impl From<ImportClientBrandingError> for Error
Source§fn from(err: ImportClientBrandingError) -> Self
fn from(err: ImportClientBrandingError) -> Self
Source§impl From<ImportWorkspaceImageError> for Error
impl From<ImportWorkspaceImageError> for Error
Source§fn from(err: ImportWorkspaceImageError) -> Self
fn from(err: ImportWorkspaceImageError) -> Self
Source§impl From<ListAccountLinksError> for Error
impl From<ListAccountLinksError> for Error
Source§fn from(err: ListAccountLinksError) -> Self
fn from(err: ListAccountLinksError) -> Self
Source§impl From<ListAvailableManagementCidrRangesError> for Error
impl From<ListAvailableManagementCidrRangesError> for Error
Source§fn from(err: ListAvailableManagementCidrRangesError) -> Self
fn from(err: ListAvailableManagementCidrRangesError) -> Self
Source§impl From<MigrateWorkspaceError> for Error
impl From<MigrateWorkspaceError> for Error
Source§fn from(err: MigrateWorkspaceError) -> Self
fn from(err: MigrateWorkspaceError) -> Self
Source§impl From<ModifyAccountError> for Error
impl From<ModifyAccountError> for Error
Source§fn from(err: ModifyAccountError) -> Self
fn from(err: ModifyAccountError) -> Self
Source§impl From<ModifyCertificateBasedAuthPropertiesError> for Error
impl From<ModifyCertificateBasedAuthPropertiesError> for Error
Source§fn from(err: ModifyCertificateBasedAuthPropertiesError) -> Self
fn from(err: ModifyCertificateBasedAuthPropertiesError) -> Self
Source§impl From<ModifyClientPropertiesError> for Error
impl From<ModifyClientPropertiesError> for Error
Source§fn from(err: ModifyClientPropertiesError) -> Self
fn from(err: ModifyClientPropertiesError) -> Self
Source§impl From<ModifyEndpointEncryptionModeError> for Error
impl From<ModifyEndpointEncryptionModeError> for Error
Source§fn from(err: ModifyEndpointEncryptionModeError) -> Self
fn from(err: ModifyEndpointEncryptionModeError) -> Self
Source§impl From<ModifySamlPropertiesError> for Error
impl From<ModifySamlPropertiesError> for Error
Source§fn from(err: ModifySamlPropertiesError) -> Self
fn from(err: ModifySamlPropertiesError) -> Self
Source§impl From<ModifySelfservicePermissionsError> for Error
impl From<ModifySelfservicePermissionsError> for Error
Source§fn from(err: ModifySelfservicePermissionsError) -> Self
fn from(err: ModifySelfservicePermissionsError) -> Self
Source§impl From<ModifyStreamingPropertiesError> for Error
impl From<ModifyStreamingPropertiesError> for Error
Source§fn from(err: ModifyStreamingPropertiesError) -> Self
fn from(err: ModifyStreamingPropertiesError) -> Self
Source§impl From<ModifyWorkspaceAccessPropertiesError> for Error
impl From<ModifyWorkspaceAccessPropertiesError> for Error
Source§fn from(err: ModifyWorkspaceAccessPropertiesError) -> Self
fn from(err: ModifyWorkspaceAccessPropertiesError) -> Self
Source§impl From<ModifyWorkspaceCreationPropertiesError> for Error
impl From<ModifyWorkspaceCreationPropertiesError> for Error
Source§fn from(err: ModifyWorkspaceCreationPropertiesError) -> Self
fn from(err: ModifyWorkspaceCreationPropertiesError) -> Self
Source§impl From<ModifyWorkspacePropertiesError> for Error
impl From<ModifyWorkspacePropertiesError> for Error
Source§fn from(err: ModifyWorkspacePropertiesError) -> Self
fn from(err: ModifyWorkspacePropertiesError) -> Self
Source§impl From<ModifyWorkspaceStateError> for Error
impl From<ModifyWorkspaceStateError> for Error
Source§fn from(err: ModifyWorkspaceStateError) -> Self
fn from(err: ModifyWorkspaceStateError) -> Self
Source§impl From<RebootWorkspacesError> for Error
impl From<RebootWorkspacesError> for Error
Source§fn from(err: RebootWorkspacesError) -> Self
fn from(err: RebootWorkspacesError) -> Self
Source§impl From<RebuildWorkspacesError> for Error
impl From<RebuildWorkspacesError> for Error
Source§fn from(err: RebuildWorkspacesError) -> Self
fn from(err: RebuildWorkspacesError) -> Self
Source§impl From<RegisterWorkspaceDirectoryError> for Error
impl From<RegisterWorkspaceDirectoryError> for Error
Source§fn from(err: RegisterWorkspaceDirectoryError) -> Self
fn from(err: RegisterWorkspaceDirectoryError) -> Self
Source§impl From<RejectAccountLinkInvitationError> for Error
impl From<RejectAccountLinkInvitationError> for Error
Source§fn from(err: RejectAccountLinkInvitationError) -> Self
fn from(err: RejectAccountLinkInvitationError) -> Self
Source§impl From<RestoreWorkspaceError> for Error
impl From<RestoreWorkspaceError> for Error
Source§fn from(err: RestoreWorkspaceError) -> Self
fn from(err: RestoreWorkspaceError) -> Self
Source§impl From<RevokeIpRulesError> for Error
impl From<RevokeIpRulesError> for Error
Source§fn from(err: RevokeIpRulesError) -> Self
fn from(err: RevokeIpRulesError) -> Self
Source§impl<R> From<SdkError<AcceptAccountLinkInvitationError, R>> for Error
impl<R> From<SdkError<AcceptAccountLinkInvitationError, R>> for Error
Source§fn from(err: SdkError<AcceptAccountLinkInvitationError, R>) -> Self
fn from(err: SdkError<AcceptAccountLinkInvitationError, R>) -> Self
Source§impl<R> From<SdkError<AssociateConnectionAliasError, R>> for Error
impl<R> From<SdkError<AssociateConnectionAliasError, R>> for Error
Source§fn from(err: SdkError<AssociateConnectionAliasError, R>) -> Self
fn from(err: SdkError<AssociateConnectionAliasError, R>) -> Self
Source§impl<R> From<SdkError<AssociateIpGroupsError, R>> for Error
impl<R> From<SdkError<AssociateIpGroupsError, R>> for Error
Source§fn from(err: SdkError<AssociateIpGroupsError, R>) -> Self
fn from(err: SdkError<AssociateIpGroupsError, R>) -> Self
Source§impl<R> From<SdkError<AssociateWorkspaceApplicationError, R>> for Error
impl<R> From<SdkError<AssociateWorkspaceApplicationError, R>> for Error
Source§fn from(err: SdkError<AssociateWorkspaceApplicationError, R>) -> Self
fn from(err: SdkError<AssociateWorkspaceApplicationError, R>) -> Self
Source§impl<R> From<SdkError<AuthorizeIpRulesError, R>> for Error
impl<R> From<SdkError<AuthorizeIpRulesError, R>> for Error
Source§fn from(err: SdkError<AuthorizeIpRulesError, R>) -> Self
fn from(err: SdkError<AuthorizeIpRulesError, R>) -> Self
Source§impl<R> From<SdkError<CopyWorkspaceImageError, R>> for Error
impl<R> From<SdkError<CopyWorkspaceImageError, R>> for Error
Source§fn from(err: SdkError<CopyWorkspaceImageError, R>) -> Self
fn from(err: SdkError<CopyWorkspaceImageError, R>) -> Self
Source§impl<R> From<SdkError<CreateAccountLinkInvitationError, R>> for Error
impl<R> From<SdkError<CreateAccountLinkInvitationError, R>> for Error
Source§fn from(err: SdkError<CreateAccountLinkInvitationError, R>) -> Self
fn from(err: SdkError<CreateAccountLinkInvitationError, R>) -> Self
Source§impl<R> From<SdkError<CreateConnectClientAddInError, R>> for Error
impl<R> From<SdkError<CreateConnectClientAddInError, R>> for Error
Source§fn from(err: SdkError<CreateConnectClientAddInError, R>) -> Self
fn from(err: SdkError<CreateConnectClientAddInError, R>) -> Self
Source§impl<R> From<SdkError<CreateConnectionAliasError, R>> for Error
impl<R> From<SdkError<CreateConnectionAliasError, R>> for Error
Source§fn from(err: SdkError<CreateConnectionAliasError, R>) -> Self
fn from(err: SdkError<CreateConnectionAliasError, R>) -> Self
Source§impl<R> From<SdkError<CreateIpGroupError, R>> for Error
impl<R> From<SdkError<CreateIpGroupError, R>> for Error
Source§fn from(err: SdkError<CreateIpGroupError, R>) -> Self
fn from(err: SdkError<CreateIpGroupError, R>) -> Self
Source§impl<R> From<SdkError<CreateStandbyWorkspacesError, R>> for Error
impl<R> From<SdkError<CreateStandbyWorkspacesError, R>> for Error
Source§fn from(err: SdkError<CreateStandbyWorkspacesError, R>) -> Self
fn from(err: SdkError<CreateStandbyWorkspacesError, R>) -> Self
Source§impl<R> From<SdkError<CreateTagsError, R>> for Error
impl<R> From<SdkError<CreateTagsError, R>> for Error
Source§fn from(err: SdkError<CreateTagsError, R>) -> Self
fn from(err: SdkError<CreateTagsError, R>) -> Self
Source§impl<R> From<SdkError<CreateUpdatedWorkspaceImageError, R>> for Error
impl<R> From<SdkError<CreateUpdatedWorkspaceImageError, R>> for Error
Source§fn from(err: SdkError<CreateUpdatedWorkspaceImageError, R>) -> Self
fn from(err: SdkError<CreateUpdatedWorkspaceImageError, R>) -> Self
Source§impl<R> From<SdkError<CreateWorkspaceBundleError, R>> for Error
impl<R> From<SdkError<CreateWorkspaceBundleError, R>> for Error
Source§fn from(err: SdkError<CreateWorkspaceBundleError, R>) -> Self
fn from(err: SdkError<CreateWorkspaceBundleError, R>) -> Self
Source§impl<R> From<SdkError<CreateWorkspaceImageError, R>> for Error
impl<R> From<SdkError<CreateWorkspaceImageError, R>> for Error
Source§fn from(err: SdkError<CreateWorkspaceImageError, R>) -> Self
fn from(err: SdkError<CreateWorkspaceImageError, R>) -> Self
Source§impl<R> From<SdkError<CreateWorkspacesError, R>> for Error
impl<R> From<SdkError<CreateWorkspacesError, R>> for Error
Source§fn from(err: SdkError<CreateWorkspacesError, R>) -> Self
fn from(err: SdkError<CreateWorkspacesError, R>) -> Self
Source§impl<R> From<SdkError<CreateWorkspacesPoolError, R>> for Error
impl<R> From<SdkError<CreateWorkspacesPoolError, R>> for Error
Source§fn from(err: SdkError<CreateWorkspacesPoolError, R>) -> Self
fn from(err: SdkError<CreateWorkspacesPoolError, R>) -> Self
Source§impl<R> From<SdkError<DeleteAccountLinkInvitationError, R>> for Error
impl<R> From<SdkError<DeleteAccountLinkInvitationError, R>> for Error
Source§fn from(err: SdkError<DeleteAccountLinkInvitationError, R>) -> Self
fn from(err: SdkError<DeleteAccountLinkInvitationError, R>) -> Self
Source§impl<R> From<SdkError<DeleteClientBrandingError, R>> for Error
impl<R> From<SdkError<DeleteClientBrandingError, R>> for Error
Source§fn from(err: SdkError<DeleteClientBrandingError, R>) -> Self
fn from(err: SdkError<DeleteClientBrandingError, R>) -> Self
Source§impl<R> From<SdkError<DeleteConnectClientAddInError, R>> for Error
impl<R> From<SdkError<DeleteConnectClientAddInError, R>> for Error
Source§fn from(err: SdkError<DeleteConnectClientAddInError, R>) -> Self
fn from(err: SdkError<DeleteConnectClientAddInError, R>) -> Self
Source§impl<R> From<SdkError<DeleteConnectionAliasError, R>> for Error
impl<R> From<SdkError<DeleteConnectionAliasError, R>> for Error
Source§fn from(err: SdkError<DeleteConnectionAliasError, R>) -> Self
fn from(err: SdkError<DeleteConnectionAliasError, R>) -> Self
Source§impl<R> From<SdkError<DeleteIpGroupError, R>> for Error
impl<R> From<SdkError<DeleteIpGroupError, R>> for Error
Source§fn from(err: SdkError<DeleteIpGroupError, R>) -> Self
fn from(err: SdkError<DeleteIpGroupError, R>) -> Self
Source§impl<R> From<SdkError<DeleteTagsError, R>> for Error
impl<R> From<SdkError<DeleteTagsError, R>> for Error
Source§fn from(err: SdkError<DeleteTagsError, R>) -> Self
fn from(err: SdkError<DeleteTagsError, R>) -> Self
Source§impl<R> From<SdkError<DeleteWorkspaceBundleError, R>> for Error
impl<R> From<SdkError<DeleteWorkspaceBundleError, R>> for Error
Source§fn from(err: SdkError<DeleteWorkspaceBundleError, R>) -> Self
fn from(err: SdkError<DeleteWorkspaceBundleError, R>) -> Self
Source§impl<R> From<SdkError<DeleteWorkspaceImageError, R>> for Error
impl<R> From<SdkError<DeleteWorkspaceImageError, R>> for Error
Source§fn from(err: SdkError<DeleteWorkspaceImageError, R>) -> Self
fn from(err: SdkError<DeleteWorkspaceImageError, R>) -> Self
Source§impl<R> From<SdkError<DeployWorkspaceApplicationsError, R>> for Error
impl<R> From<SdkError<DeployWorkspaceApplicationsError, R>> for Error
Source§fn from(err: SdkError<DeployWorkspaceApplicationsError, R>) -> Self
fn from(err: SdkError<DeployWorkspaceApplicationsError, R>) -> Self
Source§impl<R> From<SdkError<DeregisterWorkspaceDirectoryError, R>> for Error
impl<R> From<SdkError<DeregisterWorkspaceDirectoryError, R>> for Error
Source§fn from(err: SdkError<DeregisterWorkspaceDirectoryError, R>) -> Self
fn from(err: SdkError<DeregisterWorkspaceDirectoryError, R>) -> Self
Source§impl<R> From<SdkError<DescribeAccountError, R>> for Error
impl<R> From<SdkError<DescribeAccountError, R>> for Error
Source§fn from(err: SdkError<DescribeAccountError, R>) -> Self
fn from(err: SdkError<DescribeAccountError, R>) -> Self
Source§impl<R> From<SdkError<DescribeAccountModificationsError, R>> for Error
impl<R> From<SdkError<DescribeAccountModificationsError, R>> for Error
Source§fn from(err: SdkError<DescribeAccountModificationsError, R>) -> Self
fn from(err: SdkError<DescribeAccountModificationsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeApplicationAssociationsError, R>> for Error
impl<R> From<SdkError<DescribeApplicationAssociationsError, R>> for Error
Source§fn from(err: SdkError<DescribeApplicationAssociationsError, R>) -> Self
fn from(err: SdkError<DescribeApplicationAssociationsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeApplicationsError, R>> for Error
impl<R> From<SdkError<DescribeApplicationsError, R>> for Error
Source§fn from(err: SdkError<DescribeApplicationsError, R>) -> Self
fn from(err: SdkError<DescribeApplicationsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeBundleAssociationsError, R>> for Error
impl<R> From<SdkError<DescribeBundleAssociationsError, R>> for Error
Source§fn from(err: SdkError<DescribeBundleAssociationsError, R>) -> Self
fn from(err: SdkError<DescribeBundleAssociationsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeClientBrandingError, R>> for Error
impl<R> From<SdkError<DescribeClientBrandingError, R>> for Error
Source§fn from(err: SdkError<DescribeClientBrandingError, R>) -> Self
fn from(err: SdkError<DescribeClientBrandingError, R>) -> Self
Source§impl<R> From<SdkError<DescribeClientPropertiesError, R>> for Error
impl<R> From<SdkError<DescribeClientPropertiesError, R>> for Error
Source§fn from(err: SdkError<DescribeClientPropertiesError, R>) -> Self
fn from(err: SdkError<DescribeClientPropertiesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeConnectClientAddInsError, R>> for Error
impl<R> From<SdkError<DescribeConnectClientAddInsError, R>> for Error
Source§fn from(err: SdkError<DescribeConnectClientAddInsError, R>) -> Self
fn from(err: SdkError<DescribeConnectClientAddInsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeConnectionAliasPermissionsError, R>> for Error
impl<R> From<SdkError<DescribeConnectionAliasPermissionsError, R>> for Error
Source§fn from(err: SdkError<DescribeConnectionAliasPermissionsError, R>) -> Self
fn from(err: SdkError<DescribeConnectionAliasPermissionsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeConnectionAliasesError, R>> for Error
impl<R> From<SdkError<DescribeConnectionAliasesError, R>> for Error
Source§fn from(err: SdkError<DescribeConnectionAliasesError, R>) -> Self
fn from(err: SdkError<DescribeConnectionAliasesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeImageAssociationsError, R>> for Error
impl<R> From<SdkError<DescribeImageAssociationsError, R>> for Error
Source§fn from(err: SdkError<DescribeImageAssociationsError, R>) -> Self
fn from(err: SdkError<DescribeImageAssociationsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeIpGroupsError, R>> for Error
impl<R> From<SdkError<DescribeIpGroupsError, R>> for Error
Source§fn from(err: SdkError<DescribeIpGroupsError, R>) -> Self
fn from(err: SdkError<DescribeIpGroupsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeTagsError, R>> for Error
impl<R> From<SdkError<DescribeTagsError, R>> for Error
Source§fn from(err: SdkError<DescribeTagsError, R>) -> Self
fn from(err: SdkError<DescribeTagsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeWorkspaceAssociationsError, R>> for Error
impl<R> From<SdkError<DescribeWorkspaceAssociationsError, R>> for Error
Source§fn from(err: SdkError<DescribeWorkspaceAssociationsError, R>) -> Self
fn from(err: SdkError<DescribeWorkspaceAssociationsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeWorkspaceBundlesError, R>> for Error
impl<R> From<SdkError<DescribeWorkspaceBundlesError, R>> for Error
Source§fn from(err: SdkError<DescribeWorkspaceBundlesError, R>) -> Self
fn from(err: SdkError<DescribeWorkspaceBundlesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeWorkspaceDirectoriesError, R>> for Error
impl<R> From<SdkError<DescribeWorkspaceDirectoriesError, R>> for Error
Source§fn from(err: SdkError<DescribeWorkspaceDirectoriesError, R>) -> Self
fn from(err: SdkError<DescribeWorkspaceDirectoriesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeWorkspaceImagePermissionsError, R>> for Error
impl<R> From<SdkError<DescribeWorkspaceImagePermissionsError, R>> for Error
Source§fn from(err: SdkError<DescribeWorkspaceImagePermissionsError, R>) -> Self
fn from(err: SdkError<DescribeWorkspaceImagePermissionsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeWorkspaceImagesError, R>> for Error
impl<R> From<SdkError<DescribeWorkspaceImagesError, R>> for Error
Source§fn from(err: SdkError<DescribeWorkspaceImagesError, R>) -> Self
fn from(err: SdkError<DescribeWorkspaceImagesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeWorkspaceSnapshotsError, R>> for Error
impl<R> From<SdkError<DescribeWorkspaceSnapshotsError, R>> for Error
Source§fn from(err: SdkError<DescribeWorkspaceSnapshotsError, R>) -> Self
fn from(err: SdkError<DescribeWorkspaceSnapshotsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeWorkspacesConnectionStatusError, R>> for Error
impl<R> From<SdkError<DescribeWorkspacesConnectionStatusError, R>> for Error
Source§fn from(err: SdkError<DescribeWorkspacesConnectionStatusError, R>) -> Self
fn from(err: SdkError<DescribeWorkspacesConnectionStatusError, R>) -> Self
Source§impl<R> From<SdkError<DescribeWorkspacesError, R>> for Error
impl<R> From<SdkError<DescribeWorkspacesError, R>> for Error
Source§fn from(err: SdkError<DescribeWorkspacesError, R>) -> Self
fn from(err: SdkError<DescribeWorkspacesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeWorkspacesPoolSessionsError, R>> for Error
impl<R> From<SdkError<DescribeWorkspacesPoolSessionsError, R>> for Error
Source§fn from(err: SdkError<DescribeWorkspacesPoolSessionsError, R>) -> Self
fn from(err: SdkError<DescribeWorkspacesPoolSessionsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeWorkspacesPoolsError, R>> for Error
impl<R> From<SdkError<DescribeWorkspacesPoolsError, R>> for Error
Source§fn from(err: SdkError<DescribeWorkspacesPoolsError, R>) -> Self
fn from(err: SdkError<DescribeWorkspacesPoolsError, R>) -> Self
Source§impl<R> From<SdkError<DisassociateConnectionAliasError, R>> for Error
impl<R> From<SdkError<DisassociateConnectionAliasError, R>> for Error
Source§fn from(err: SdkError<DisassociateConnectionAliasError, R>) -> Self
fn from(err: SdkError<DisassociateConnectionAliasError, R>) -> Self
Source§impl<R> From<SdkError<DisassociateIpGroupsError, R>> for Error
impl<R> From<SdkError<DisassociateIpGroupsError, R>> for Error
Source§fn from(err: SdkError<DisassociateIpGroupsError, R>) -> Self
fn from(err: SdkError<DisassociateIpGroupsError, R>) -> Self
Source§impl<R> From<SdkError<DisassociateWorkspaceApplicationError, R>> for Error
impl<R> From<SdkError<DisassociateWorkspaceApplicationError, R>> for Error
Source§fn from(err: SdkError<DisassociateWorkspaceApplicationError, R>) -> Self
fn from(err: SdkError<DisassociateWorkspaceApplicationError, R>) -> Self
Source§impl<R> From<SdkError<GetAccountLinkError, R>> for Error
impl<R> From<SdkError<GetAccountLinkError, R>> for Error
Source§fn from(err: SdkError<GetAccountLinkError, R>) -> Self
fn from(err: SdkError<GetAccountLinkError, R>) -> Self
Source§impl<R> From<SdkError<ImportClientBrandingError, R>> for Error
impl<R> From<SdkError<ImportClientBrandingError, R>> for Error
Source§fn from(err: SdkError<ImportClientBrandingError, R>) -> Self
fn from(err: SdkError<ImportClientBrandingError, R>) -> Self
Source§impl<R> From<SdkError<ImportWorkspaceImageError, R>> for Error
impl<R> From<SdkError<ImportWorkspaceImageError, R>> for Error
Source§fn from(err: SdkError<ImportWorkspaceImageError, R>) -> Self
fn from(err: SdkError<ImportWorkspaceImageError, R>) -> Self
Source§impl<R> From<SdkError<ListAccountLinksError, R>> for Error
impl<R> From<SdkError<ListAccountLinksError, R>> for Error
Source§fn from(err: SdkError<ListAccountLinksError, R>) -> Self
fn from(err: SdkError<ListAccountLinksError, R>) -> Self
Source§impl<R> From<SdkError<ListAvailableManagementCidrRangesError, R>> for Error
impl<R> From<SdkError<ListAvailableManagementCidrRangesError, R>> for Error
Source§fn from(err: SdkError<ListAvailableManagementCidrRangesError, R>) -> Self
fn from(err: SdkError<ListAvailableManagementCidrRangesError, R>) -> Self
Source§impl<R> From<SdkError<MigrateWorkspaceError, R>> for Error
impl<R> From<SdkError<MigrateWorkspaceError, R>> for Error
Source§fn from(err: SdkError<MigrateWorkspaceError, R>) -> Self
fn from(err: SdkError<MigrateWorkspaceError, R>) -> Self
Source§impl<R> From<SdkError<ModifyAccountError, R>> for Error
impl<R> From<SdkError<ModifyAccountError, R>> for Error
Source§fn from(err: SdkError<ModifyAccountError, R>) -> Self
fn from(err: SdkError<ModifyAccountError, R>) -> Self
Source§impl<R> From<SdkError<ModifyCertificateBasedAuthPropertiesError, R>> for Error
impl<R> From<SdkError<ModifyCertificateBasedAuthPropertiesError, R>> for Error
Source§fn from(err: SdkError<ModifyCertificateBasedAuthPropertiesError, R>) -> Self
fn from(err: SdkError<ModifyCertificateBasedAuthPropertiesError, R>) -> Self
Source§impl<R> From<SdkError<ModifyClientPropertiesError, R>> for Error
impl<R> From<SdkError<ModifyClientPropertiesError, R>> for Error
Source§fn from(err: SdkError<ModifyClientPropertiesError, R>) -> Self
fn from(err: SdkError<ModifyClientPropertiesError, R>) -> Self
Source§impl<R> From<SdkError<ModifyEndpointEncryptionModeError, R>> for Error
impl<R> From<SdkError<ModifyEndpointEncryptionModeError, R>> for Error
Source§fn from(err: SdkError<ModifyEndpointEncryptionModeError, R>) -> Self
fn from(err: SdkError<ModifyEndpointEncryptionModeError, R>) -> Self
Source§impl<R> From<SdkError<ModifySamlPropertiesError, R>> for Error
impl<R> From<SdkError<ModifySamlPropertiesError, R>> for Error
Source§fn from(err: SdkError<ModifySamlPropertiesError, R>) -> Self
fn from(err: SdkError<ModifySamlPropertiesError, R>) -> Self
Source§impl<R> From<SdkError<ModifySelfservicePermissionsError, R>> for Error
impl<R> From<SdkError<ModifySelfservicePermissionsError, R>> for Error
Source§fn from(err: SdkError<ModifySelfservicePermissionsError, R>) -> Self
fn from(err: SdkError<ModifySelfservicePermissionsError, R>) -> Self
Source§impl<R> From<SdkError<ModifyStreamingPropertiesError, R>> for Error
impl<R> From<SdkError<ModifyStreamingPropertiesError, R>> for Error
Source§fn from(err: SdkError<ModifyStreamingPropertiesError, R>) -> Self
fn from(err: SdkError<ModifyStreamingPropertiesError, R>) -> Self
Source§impl<R> From<SdkError<ModifyWorkspaceAccessPropertiesError, R>> for Error
impl<R> From<SdkError<ModifyWorkspaceAccessPropertiesError, R>> for Error
Source§fn from(err: SdkError<ModifyWorkspaceAccessPropertiesError, R>) -> Self
fn from(err: SdkError<ModifyWorkspaceAccessPropertiesError, R>) -> Self
Source§impl<R> From<SdkError<ModifyWorkspaceCreationPropertiesError, R>> for Error
impl<R> From<SdkError<ModifyWorkspaceCreationPropertiesError, R>> for Error
Source§fn from(err: SdkError<ModifyWorkspaceCreationPropertiesError, R>) -> Self
fn from(err: SdkError<ModifyWorkspaceCreationPropertiesError, R>) -> Self
Source§impl<R> From<SdkError<ModifyWorkspacePropertiesError, R>> for Error
impl<R> From<SdkError<ModifyWorkspacePropertiesError, R>> for Error
Source§fn from(err: SdkError<ModifyWorkspacePropertiesError, R>) -> Self
fn from(err: SdkError<ModifyWorkspacePropertiesError, R>) -> Self
Source§impl<R> From<SdkError<ModifyWorkspaceStateError, R>> for Error
impl<R> From<SdkError<ModifyWorkspaceStateError, R>> for Error
Source§fn from(err: SdkError<ModifyWorkspaceStateError, R>) -> Self
fn from(err: SdkError<ModifyWorkspaceStateError, R>) -> Self
Source§impl<R> From<SdkError<RebootWorkspacesError, R>> for Error
impl<R> From<SdkError<RebootWorkspacesError, R>> for Error
Source§fn from(err: SdkError<RebootWorkspacesError, R>) -> Self
fn from(err: SdkError<RebootWorkspacesError, R>) -> Self
Source§impl<R> From<SdkError<RebuildWorkspacesError, R>> for Error
impl<R> From<SdkError<RebuildWorkspacesError, R>> for Error
Source§fn from(err: SdkError<RebuildWorkspacesError, R>) -> Self
fn from(err: SdkError<RebuildWorkspacesError, R>) -> Self
Source§impl<R> From<SdkError<RegisterWorkspaceDirectoryError, R>> for Error
impl<R> From<SdkError<RegisterWorkspaceDirectoryError, R>> for Error
Source§fn from(err: SdkError<RegisterWorkspaceDirectoryError, R>) -> Self
fn from(err: SdkError<RegisterWorkspaceDirectoryError, R>) -> Self
Source§impl<R> From<SdkError<RejectAccountLinkInvitationError, R>> for Error
impl<R> From<SdkError<RejectAccountLinkInvitationError, R>> for Error
Source§fn from(err: SdkError<RejectAccountLinkInvitationError, R>) -> Self
fn from(err: SdkError<RejectAccountLinkInvitationError, R>) -> Self
Source§impl<R> From<SdkError<RestoreWorkspaceError, R>> for Error
impl<R> From<SdkError<RestoreWorkspaceError, R>> for Error
Source§fn from(err: SdkError<RestoreWorkspaceError, R>) -> Self
fn from(err: SdkError<RestoreWorkspaceError, R>) -> Self
Source§impl<R> From<SdkError<RevokeIpRulesError, R>> for Error
impl<R> From<SdkError<RevokeIpRulesError, R>> for Error
Source§fn from(err: SdkError<RevokeIpRulesError, R>) -> Self
fn from(err: SdkError<RevokeIpRulesError, R>) -> Self
Source§impl<R> From<SdkError<StartWorkspacesError, R>> for Error
impl<R> From<SdkError<StartWorkspacesError, R>> for Error
Source§fn from(err: SdkError<StartWorkspacesError, R>) -> Self
fn from(err: SdkError<StartWorkspacesError, R>) -> Self
Source§impl<R> From<SdkError<StartWorkspacesPoolError, R>> for Error
impl<R> From<SdkError<StartWorkspacesPoolError, R>> for Error
Source§fn from(err: SdkError<StartWorkspacesPoolError, R>) -> Self
fn from(err: SdkError<StartWorkspacesPoolError, R>) -> Self
Source§impl<R> From<SdkError<StopWorkspacesError, R>> for Error
impl<R> From<SdkError<StopWorkspacesError, R>> for Error
Source§fn from(err: SdkError<StopWorkspacesError, R>) -> Self
fn from(err: SdkError<StopWorkspacesError, R>) -> Self
Source§impl<R> From<SdkError<StopWorkspacesPoolError, R>> for Error
impl<R> From<SdkError<StopWorkspacesPoolError, R>> for Error
Source§fn from(err: SdkError<StopWorkspacesPoolError, R>) -> Self
fn from(err: SdkError<StopWorkspacesPoolError, R>) -> Self
Source§impl<R> From<SdkError<TerminateWorkspacesError, R>> for Error
impl<R> From<SdkError<TerminateWorkspacesError, R>> for Error
Source§fn from(err: SdkError<TerminateWorkspacesError, R>) -> Self
fn from(err: SdkError<TerminateWorkspacesError, R>) -> Self
Source§impl<R> From<SdkError<TerminateWorkspacesPoolError, R>> for Error
impl<R> From<SdkError<TerminateWorkspacesPoolError, R>> for Error
Source§fn from(err: SdkError<TerminateWorkspacesPoolError, R>) -> Self
fn from(err: SdkError<TerminateWorkspacesPoolError, R>) -> Self
Source§impl<R> From<SdkError<TerminateWorkspacesPoolSessionError, R>> for Error
impl<R> From<SdkError<TerminateWorkspacesPoolSessionError, R>> for Error
Source§fn from(err: SdkError<TerminateWorkspacesPoolSessionError, R>) -> Self
fn from(err: SdkError<TerminateWorkspacesPoolSessionError, R>) -> Self
Source§impl<R> From<SdkError<UpdateConnectClientAddInError, R>> for Error
impl<R> From<SdkError<UpdateConnectClientAddInError, R>> for Error
Source§fn from(err: SdkError<UpdateConnectClientAddInError, R>) -> Self
fn from(err: SdkError<UpdateConnectClientAddInError, R>) -> Self
Source§impl<R> From<SdkError<UpdateConnectionAliasPermissionError, R>> for Error
impl<R> From<SdkError<UpdateConnectionAliasPermissionError, R>> for Error
Source§fn from(err: SdkError<UpdateConnectionAliasPermissionError, R>) -> Self
fn from(err: SdkError<UpdateConnectionAliasPermissionError, R>) -> Self
Source§impl<R> From<SdkError<UpdateRulesOfIpGroupError, R>> for Error
impl<R> From<SdkError<UpdateRulesOfIpGroupError, R>> for Error
Source§fn from(err: SdkError<UpdateRulesOfIpGroupError, R>) -> Self
fn from(err: SdkError<UpdateRulesOfIpGroupError, R>) -> Self
Source§impl<R> From<SdkError<UpdateWorkspaceBundleError, R>> for Error
impl<R> From<SdkError<UpdateWorkspaceBundleError, R>> for Error
Source§fn from(err: SdkError<UpdateWorkspaceBundleError, R>) -> Self
fn from(err: SdkError<UpdateWorkspaceBundleError, R>) -> Self
Source§impl<R> From<SdkError<UpdateWorkspaceImagePermissionError, R>> for Error
impl<R> From<SdkError<UpdateWorkspaceImagePermissionError, R>> for Error
Source§fn from(err: SdkError<UpdateWorkspaceImagePermissionError, R>) -> Self
fn from(err: SdkError<UpdateWorkspaceImagePermissionError, R>) -> Self
Source§impl<R> From<SdkError<UpdateWorkspacesPoolError, R>> for Error
impl<R> From<SdkError<UpdateWorkspacesPoolError, R>> for Error
Source§fn from(err: SdkError<UpdateWorkspacesPoolError, R>) -> Self
fn from(err: SdkError<UpdateWorkspacesPoolError, R>) -> Self
Source§impl From<StartWorkspacesError> for Error
impl From<StartWorkspacesError> for Error
Source§fn from(err: StartWorkspacesError) -> Self
fn from(err: StartWorkspacesError) -> Self
Source§impl From<StartWorkspacesPoolError> for Error
impl From<StartWorkspacesPoolError> for Error
Source§fn from(err: StartWorkspacesPoolError) -> Self
fn from(err: StartWorkspacesPoolError) -> Self
Source§impl From<StopWorkspacesError> for Error
impl From<StopWorkspacesError> for Error
Source§fn from(err: StopWorkspacesError) -> Self
fn from(err: StopWorkspacesError) -> Self
Source§impl From<StopWorkspacesPoolError> for Error
impl From<StopWorkspacesPoolError> for Error
Source§fn from(err: StopWorkspacesPoolError) -> Self
fn from(err: StopWorkspacesPoolError) -> Self
Source§impl From<TerminateWorkspacesError> for Error
impl From<TerminateWorkspacesError> for Error
Source§fn from(err: TerminateWorkspacesError) -> Self
fn from(err: TerminateWorkspacesError) -> Self
Source§impl From<TerminateWorkspacesPoolError> for Error
impl From<TerminateWorkspacesPoolError> for Error
Source§fn from(err: TerminateWorkspacesPoolError) -> Self
fn from(err: TerminateWorkspacesPoolError) -> Self
Source§impl From<TerminateWorkspacesPoolSessionError> for Error
impl From<TerminateWorkspacesPoolSessionError> for Error
Source§fn from(err: TerminateWorkspacesPoolSessionError) -> Self
fn from(err: TerminateWorkspacesPoolSessionError) -> Self
Source§impl From<UpdateConnectClientAddInError> for Error
impl From<UpdateConnectClientAddInError> for Error
Source§fn from(err: UpdateConnectClientAddInError) -> Self
fn from(err: UpdateConnectClientAddInError) -> Self
Source§impl From<UpdateConnectionAliasPermissionError> for Error
impl From<UpdateConnectionAliasPermissionError> for Error
Source§fn from(err: UpdateConnectionAliasPermissionError) -> Self
fn from(err: UpdateConnectionAliasPermissionError) -> Self
Source§impl From<UpdateRulesOfIpGroupError> for Error
impl From<UpdateRulesOfIpGroupError> for Error
Source§fn from(err: UpdateRulesOfIpGroupError) -> Self
fn from(err: UpdateRulesOfIpGroupError) -> Self
Source§impl From<UpdateWorkspaceBundleError> for Error
impl From<UpdateWorkspaceBundleError> for Error
Source§fn from(err: UpdateWorkspaceBundleError) -> Self
fn from(err: UpdateWorkspaceBundleError) -> Self
Source§impl From<UpdateWorkspaceImagePermissionError> for Error
impl From<UpdateWorkspaceImagePermissionError> for Error
Source§fn from(err: UpdateWorkspaceImagePermissionError) -> Self
fn from(err: UpdateWorkspaceImagePermissionError) -> Self
Source§impl From<UpdateWorkspacesPoolError> for Error
impl From<UpdateWorkspacesPoolError> for Error
Source§fn from(err: UpdateWorkspacesPoolError) -> Self
fn from(err: UpdateWorkspacesPoolError) -> Self
Source§impl ProvideErrorMetadata for Error
impl ProvideErrorMetadata for Error
Source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
Auto Trait Implementations§
impl Freeze for Error
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the foreground set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red()
and
green()
, which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg()
:
use yansi::{Paint, Color};
painted.fg(Color::White);
Set foreground color to white using white()
.
use yansi::Paint;
painted.white();
Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the background set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red()
and
on_green()
, which have the same functionality but
are pithier.
§Example
Set background color to red using fg()
:
use yansi::{Paint, Color};
painted.bg(Color::Red);
Set background color to red using on_red()
.
use yansi::Paint;
painted.on_red();
Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute
value
.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold()
and
underline()
, which have the same functionality
but are pithier.
§Example
Make text bold using attr()
:
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);
Make text bold using using bold()
.
use yansi::Paint;
painted.bold();
Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi
Quirk
value
.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask()
and
wrap()
, which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk()
:
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);
Enable wrapping using wrap()
.
use yansi::Paint;
painted.wrap();
Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition
value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted
only when both stdout
and stderr
are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);