Enum Error

Source
#[non_exhaustive]
pub enum Error {
Show 22 variants AccessDeniedException(AccessDeniedException), ConcurrentUpdatingException(ConcurrentUpdatingException), ConflictException(ConflictException), CustomerManagedKeyUnavailableException(CustomerManagedKeyUnavailableException), DomainNotWhitelistedException(DomainNotWhitelistedException), IdentityTypeNotSupportedException(IdentityTypeNotSupportedException), InternalFailureException(InternalFailureException), InternalServerException(InternalServerException), InvalidNextTokenException(InvalidNextTokenException), InvalidParameterValueException(InvalidParameterValueException), InvalidRequestException(InvalidRequestException), LimitExceededException(LimitExceededException), PreconditionNotMetException(PreconditionNotMetException), QuickSightUserNotFoundException(QuickSightUserNotFoundException), ResourceExistsException(ResourceExistsException), ResourceNotFoundException(ResourceNotFoundException), ResourceUnavailableException(ResourceUnavailableException), SessionLifetimeInMinutesInvalidException(SessionLifetimeInMinutesInvalidException), ThrottlingException(ThrottlingException), UnsupportedPricingPlanException(UnsupportedPricingPlanException), UnsupportedUserEditionException(UnsupportedUserEditionException), Unhandled(Unhandled),
}
Expand description

All possible error types for this service.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

AccessDeniedException(AccessDeniedException)

You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

§

ConcurrentUpdatingException(ConcurrentUpdatingException)

A resource is already in a state that indicates an operation is happening that must complete before a new update can be applied.

§

ConflictException(ConflictException)

Updating or deleting a resource can cause an inconsistent state.

§

CustomerManagedKeyUnavailableException(CustomerManagedKeyUnavailableException)

The customer managed key that is registered to your Amazon QuickSight account is unavailable.

§

DomainNotWhitelistedException(DomainNotWhitelistedException)

The domain specified isn't on the allow list. All domains for embedded dashboards must be added to the approved list by an Amazon QuickSight admin.

§

IdentityTypeNotSupportedException(IdentityTypeNotSupportedException)

The identity type specified isn't supported. Supported identity types include IAM and QUICKSIGHT.

§

InternalFailureException(InternalFailureException)

An internal failure occurred.

§

InternalServerException(InternalServerException)

An internal service exception.

§

InvalidNextTokenException(InvalidNextTokenException)

The NextToken value isn't valid.

§

InvalidParameterValueException(InvalidParameterValueException)

One or more parameters has a value that isn't valid.

§

InvalidRequestException(InvalidRequestException)

You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.

§

LimitExceededException(LimitExceededException)

A limit is exceeded.

§

PreconditionNotMetException(PreconditionNotMetException)

One or more preconditions aren't met.

§

QuickSightUserNotFoundException(QuickSightUserNotFoundException)

The user with the provided name isn't found. This error can happen in any operation that requires finding a user based on a provided user name, such as DeleteUser, DescribeUser, and so on.

§

ResourceExistsException(ResourceExistsException)

The resource specified already exists.

§

ResourceNotFoundException(ResourceNotFoundException)

One or more resources can't be found.

§

ResourceUnavailableException(ResourceUnavailableException)

This resource is currently unavailable.

§

SessionLifetimeInMinutesInvalidException(SessionLifetimeInMinutesInvalidException)

The number of minutes specified for the lifetime of a session isn't valid. The session lifetime must be 15-600 minutes.

§

ThrottlingException(ThrottlingException)

Access is throttled.

§

UnsupportedPricingPlanException(UnsupportedPricingPlanException)

This error indicates that you are calling an embedding operation in Amazon QuickSight without the required pricing plan on your Amazon Web Services account. Before you can use embedding for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You can do this on the Manage Amazon QuickSight page.

After capacity pricing is added, you can use the GetDashboardEmbedUrl API operation with the --identity-type ANONYMOUS option.

§

UnsupportedUserEditionException(UnsupportedUserEditionException)

This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

§

Unhandled(Unhandled)

👎Deprecated: Matching 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 Debug for Error

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Error

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Error for Error

Source§

fn source(&self) -> Option<&(dyn Error + 'static)>

Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · Source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
Source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type-based access to context intended for error reports. Read more
Source§

impl From<BatchCreateTopicReviewedAnswerError> for Error

Source§

fn from(err: BatchCreateTopicReviewedAnswerError) -> Self

Converts to this type from the input type.
Source§

impl From<BatchDeleteTopicReviewedAnswerError> for Error

Source§

fn from(err: BatchDeleteTopicReviewedAnswerError) -> Self

Converts to this type from the input type.
Source§

impl From<BuildError> for Error

Source§

fn from(value: BuildError) -> Self

Converts to this type from the input type.
Source§

impl From<CancelIngestionError> for Error

Source§

fn from(err: CancelIngestionError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateAccountCustomizationError> for Error

Source§

fn from(err: CreateAccountCustomizationError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateAccountSubscriptionError> for Error

Source§

fn from(err: CreateAccountSubscriptionError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateAnalysisError> for Error

Source§

fn from(err: CreateAnalysisError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateBrandError> for Error

Source§

fn from(err: CreateBrandError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateCustomPermissionsError> for Error

Source§

fn from(err: CreateCustomPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateDashboardError> for Error

Source§

fn from(err: CreateDashboardError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateDataSetError> for Error

Source§

fn from(err: CreateDataSetError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateDataSourceError> for Error

Source§

fn from(err: CreateDataSourceError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateFolderError> for Error

Source§

fn from(err: CreateFolderError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateFolderMembershipError> for Error

Source§

fn from(err: CreateFolderMembershipError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateGroupError> for Error

Source§

fn from(err: CreateGroupError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateGroupMembershipError> for Error

Source§

fn from(err: CreateGroupMembershipError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateIAMPolicyAssignmentError> for Error

Source§

fn from(err: CreateIAMPolicyAssignmentError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateIngestionError> for Error

Source§

fn from(err: CreateIngestionError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateNamespaceError> for Error

Source§

fn from(err: CreateNamespaceError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateRefreshScheduleError> for Error

Source§

fn from(err: CreateRefreshScheduleError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateRoleMembershipError> for Error

Source§

fn from(err: CreateRoleMembershipError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateTemplateAliasError> for Error

Source§

fn from(err: CreateTemplateAliasError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateTemplateError> for Error

Source§

fn from(err: CreateTemplateError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateThemeAliasError> for Error

Source§

fn from(err: CreateThemeAliasError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateThemeError> for Error

Source§

fn from(err: CreateThemeError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateTopicError> for Error

Source§

fn from(err: CreateTopicError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateTopicRefreshScheduleError> for Error

Source§

fn from(err: CreateTopicRefreshScheduleError) -> Self

Converts to this type from the input type.
Source§

impl From<CreateVPCConnectionError> for Error

Source§

fn from(err: CreateVPCConnectionError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteAccountCustomizationError> for Error

Source§

fn from(err: DeleteAccountCustomizationError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteAccountSubscriptionError> for Error

Source§

fn from(err: DeleteAccountSubscriptionError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteAnalysisError> for Error

Source§

fn from(err: DeleteAnalysisError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteBrandAssignmentError> for Error

Source§

fn from(err: DeleteBrandAssignmentError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteBrandError> for Error

Source§

fn from(err: DeleteBrandError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteCustomPermissionsError> for Error

Source§

fn from(err: DeleteCustomPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteDashboardError> for Error

Source§

fn from(err: DeleteDashboardError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteDataSetError> for Error

Source§

fn from(err: DeleteDataSetError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteDataSetRefreshPropertiesError> for Error

Source§

fn from(err: DeleteDataSetRefreshPropertiesError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteDataSourceError> for Error

Source§

fn from(err: DeleteDataSourceError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteDefaultQBusinessApplicationError> for Error

Source§

fn from(err: DeleteDefaultQBusinessApplicationError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteFolderError> for Error

Source§

fn from(err: DeleteFolderError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteFolderMembershipError> for Error

Source§

fn from(err: DeleteFolderMembershipError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteGroupError> for Error

Source§

fn from(err: DeleteGroupError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteGroupMembershipError> for Error

Source§

fn from(err: DeleteGroupMembershipError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteIAMPolicyAssignmentError> for Error

Source§

fn from(err: DeleteIAMPolicyAssignmentError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteIdentityPropagationConfigError> for Error

Source§

fn from(err: DeleteIdentityPropagationConfigError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteNamespaceError> for Error

Source§

fn from(err: DeleteNamespaceError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteRefreshScheduleError> for Error

Source§

fn from(err: DeleteRefreshScheduleError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteRoleCustomPermissionError> for Error

Source§

fn from(err: DeleteRoleCustomPermissionError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteRoleMembershipError> for Error

Source§

fn from(err: DeleteRoleMembershipError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteTemplateAliasError> for Error

Source§

fn from(err: DeleteTemplateAliasError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteTemplateError> for Error

Source§

fn from(err: DeleteTemplateError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteThemeAliasError> for Error

Source§

fn from(err: DeleteThemeAliasError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteThemeError> for Error

Source§

fn from(err: DeleteThemeError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteTopicError> for Error

Source§

fn from(err: DeleteTopicError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteTopicRefreshScheduleError> for Error

Source§

fn from(err: DeleteTopicRefreshScheduleError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteUserByPrincipalIdError> for Error

Source§

fn from(err: DeleteUserByPrincipalIdError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteUserCustomPermissionError> for Error

Source§

fn from(err: DeleteUserCustomPermissionError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteUserError> for Error

Source§

fn from(err: DeleteUserError) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteVPCConnectionError> for Error

Source§

fn from(err: DeleteVPCConnectionError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeAccountCustomizationError> for Error

Source§

fn from(err: DescribeAccountCustomizationError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeAccountSettingsError> for Error

Source§

fn from(err: DescribeAccountSettingsError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeAccountSubscriptionError> for Error

Source§

fn from(err: DescribeAccountSubscriptionError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeAnalysisDefinitionError> for Error

Source§

fn from(err: DescribeAnalysisDefinitionError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeAnalysisError> for Error

Source§

fn from(err: DescribeAnalysisError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeAnalysisPermissionsError> for Error

Source§

fn from(err: DescribeAnalysisPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeAssetBundleExportJobError> for Error

Source§

fn from(err: DescribeAssetBundleExportJobError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeAssetBundleImportJobError> for Error

Source§

fn from(err: DescribeAssetBundleImportJobError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeBrandAssignmentError> for Error

Source§

fn from(err: DescribeBrandAssignmentError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeBrandError> for Error

Source§

fn from(err: DescribeBrandError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeBrandPublishedVersionError> for Error

Source§

fn from(err: DescribeBrandPublishedVersionError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeCustomPermissionsError> for Error

Source§

fn from(err: DescribeCustomPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeDashboardDefinitionError> for Error

Source§

fn from(err: DescribeDashboardDefinitionError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeDashboardError> for Error

Source§

fn from(err: DescribeDashboardError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeDashboardPermissionsError> for Error

Source§

fn from(err: DescribeDashboardPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeDashboardSnapshotJobError> for Error

Source§

fn from(err: DescribeDashboardSnapshotJobError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeDashboardSnapshotJobResultError> for Error

Source§

fn from(err: DescribeDashboardSnapshotJobResultError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeDashboardsQAConfigurationError> for Error

Source§

fn from(err: DescribeDashboardsQAConfigurationError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeDataSetError> for Error

Source§

fn from(err: DescribeDataSetError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeDataSetPermissionsError> for Error

Source§

fn from(err: DescribeDataSetPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeDataSetRefreshPropertiesError> for Error

Source§

fn from(err: DescribeDataSetRefreshPropertiesError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeDataSourceError> for Error

Source§

fn from(err: DescribeDataSourceError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeDataSourcePermissionsError> for Error

Source§

fn from(err: DescribeDataSourcePermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeDefaultQBusinessApplicationError> for Error

Source§

fn from(err: DescribeDefaultQBusinessApplicationError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeFolderError> for Error

Source§

fn from(err: DescribeFolderError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeFolderPermissionsError> for Error

Source§

fn from(err: DescribeFolderPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeFolderResolvedPermissionsError> for Error

Source§

fn from(err: DescribeFolderResolvedPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeGroupError> for Error

Source§

fn from(err: DescribeGroupError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeGroupMembershipError> for Error

Source§

fn from(err: DescribeGroupMembershipError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeIAMPolicyAssignmentError> for Error

Source§

fn from(err: DescribeIAMPolicyAssignmentError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeIngestionError> for Error

Source§

fn from(err: DescribeIngestionError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeIpRestrictionError> for Error

Source§

fn from(err: DescribeIpRestrictionError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeKeyRegistrationError> for Error

Source§

fn from(err: DescribeKeyRegistrationError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeNamespaceError> for Error

Source§

fn from(err: DescribeNamespaceError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeQPersonalizationConfigurationError> for Error

Source§

fn from(err: DescribeQPersonalizationConfigurationError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeQuickSightQSearchConfigurationError> for Error

Source§

fn from(err: DescribeQuickSightQSearchConfigurationError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeRefreshScheduleError> for Error

Source§

fn from(err: DescribeRefreshScheduleError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeRoleCustomPermissionError> for Error

Source§

fn from(err: DescribeRoleCustomPermissionError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeTemplateAliasError> for Error

Source§

fn from(err: DescribeTemplateAliasError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeTemplateDefinitionError> for Error

Source§

fn from(err: DescribeTemplateDefinitionError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeTemplateError> for Error

Source§

fn from(err: DescribeTemplateError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeTemplatePermissionsError> for Error

Source§

fn from(err: DescribeTemplatePermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeThemeAliasError> for Error

Source§

fn from(err: DescribeThemeAliasError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeThemeError> for Error

Source§

fn from(err: DescribeThemeError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeThemePermissionsError> for Error

Source§

fn from(err: DescribeThemePermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeTopicError> for Error

Source§

fn from(err: DescribeTopicError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeTopicPermissionsError> for Error

Source§

fn from(err: DescribeTopicPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeTopicRefreshError> for Error

Source§

fn from(err: DescribeTopicRefreshError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeTopicRefreshScheduleError> for Error

Source§

fn from(err: DescribeTopicRefreshScheduleError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeUserError> for Error

Source§

fn from(err: DescribeUserError) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeVPCConnectionError> for Error

Source§

fn from(err: DescribeVPCConnectionError) -> Self

Converts to this type from the input type.
Source§

impl From<GenerateEmbedUrlForAnonymousUserError> for Error

Source§

fn from(err: GenerateEmbedUrlForAnonymousUserError) -> Self

Converts to this type from the input type.
Source§

impl From<GenerateEmbedUrlForRegisteredUserError> for Error

Source§

fn from(err: GenerateEmbedUrlForRegisteredUserError) -> Self

Converts to this type from the input type.
Source§

impl From<GenerateEmbedUrlForRegisteredUserWithIdentityError> for Error

Source§

fn from(err: GenerateEmbedUrlForRegisteredUserWithIdentityError) -> Self

Converts to this type from the input type.
Source§

impl From<GetDashboardEmbedUrlError> for Error

Source§

fn from(err: GetDashboardEmbedUrlError) -> Self

Converts to this type from the input type.
Source§

impl From<GetSessionEmbedUrlError> for Error

Source§

fn from(err: GetSessionEmbedUrlError) -> Self

Converts to this type from the input type.
Source§

impl From<ListAnalysesError> for Error

Source§

fn from(err: ListAnalysesError) -> Self

Converts to this type from the input type.
Source§

impl From<ListAssetBundleExportJobsError> for Error

Source§

fn from(err: ListAssetBundleExportJobsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListAssetBundleImportJobsError> for Error

Source§

fn from(err: ListAssetBundleImportJobsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListBrandsError> for Error

Source§

fn from(err: ListBrandsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListCustomPermissionsError> for Error

Source§

fn from(err: ListCustomPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListDashboardVersionsError> for Error

Source§

fn from(err: ListDashboardVersionsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListDashboardsError> for Error

Source§

fn from(err: ListDashboardsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListDataSetsError> for Error

Source§

fn from(err: ListDataSetsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListDataSourcesError> for Error

Source§

fn from(err: ListDataSourcesError) -> Self

Converts to this type from the input type.
Source§

impl From<ListFolderMembersError> for Error

Source§

fn from(err: ListFolderMembersError) -> Self

Converts to this type from the input type.
Source§

impl From<ListFoldersError> for Error

Source§

fn from(err: ListFoldersError) -> Self

Converts to this type from the input type.
Source§

impl From<ListFoldersForResourceError> for Error

Source§

fn from(err: ListFoldersForResourceError) -> Self

Converts to this type from the input type.
Source§

impl From<ListGroupMembershipsError> for Error

Source§

fn from(err: ListGroupMembershipsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListGroupsError> for Error

Source§

fn from(err: ListGroupsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListIAMPolicyAssignmentsError> for Error

Source§

fn from(err: ListIAMPolicyAssignmentsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListIAMPolicyAssignmentsForUserError> for Error

Source§

fn from(err: ListIAMPolicyAssignmentsForUserError) -> Self

Converts to this type from the input type.
Source§

impl From<ListIdentityPropagationConfigsError> for Error

Source§

fn from(err: ListIdentityPropagationConfigsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListIngestionsError> for Error

Source§

fn from(err: ListIngestionsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListNamespacesError> for Error

Source§

fn from(err: ListNamespacesError) -> Self

Converts to this type from the input type.
Source§

impl From<ListRefreshSchedulesError> for Error

Source§

fn from(err: ListRefreshSchedulesError) -> Self

Converts to this type from the input type.
Source§

impl From<ListRoleMembershipsError> for Error

Source§

fn from(err: ListRoleMembershipsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListTagsForResourceError> for Error

Source§

fn from(err: ListTagsForResourceError) -> Self

Converts to this type from the input type.
Source§

impl From<ListTemplateAliasesError> for Error

Source§

fn from(err: ListTemplateAliasesError) -> Self

Converts to this type from the input type.
Source§

impl From<ListTemplateVersionsError> for Error

Source§

fn from(err: ListTemplateVersionsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListTemplatesError> for Error

Source§

fn from(err: ListTemplatesError) -> Self

Converts to this type from the input type.
Source§

impl From<ListThemeAliasesError> for Error

Source§

fn from(err: ListThemeAliasesError) -> Self

Converts to this type from the input type.
Source§

impl From<ListThemeVersionsError> for Error

Source§

fn from(err: ListThemeVersionsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListThemesError> for Error

Source§

fn from(err: ListThemesError) -> Self

Converts to this type from the input type.
Source§

impl From<ListTopicRefreshSchedulesError> for Error

Source§

fn from(err: ListTopicRefreshSchedulesError) -> Self

Converts to this type from the input type.
Source§

impl From<ListTopicReviewedAnswersError> for Error

Source§

fn from(err: ListTopicReviewedAnswersError) -> Self

Converts to this type from the input type.
Source§

impl From<ListTopicsError> for Error

Source§

fn from(err: ListTopicsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListUserGroupsError> for Error

Source§

fn from(err: ListUserGroupsError) -> Self

Converts to this type from the input type.
Source§

impl From<ListUsersError> for Error

Source§

fn from(err: ListUsersError) -> Self

Converts to this type from the input type.
Source§

impl From<ListVPCConnectionsError> for Error

Source§

fn from(err: ListVPCConnectionsError) -> Self

Converts to this type from the input type.
Source§

impl From<PredictQAResultsError> for Error

Source§

fn from(err: PredictQAResultsError) -> Self

Converts to this type from the input type.
Source§

impl From<PutDataSetRefreshPropertiesError> for Error

Source§

fn from(err: PutDataSetRefreshPropertiesError) -> Self

Converts to this type from the input type.
Source§

impl From<RegisterUserError> for Error

Source§

fn from(err: RegisterUserError) -> Self

Converts to this type from the input type.
Source§

impl From<RestoreAnalysisError> for Error

Source§

fn from(err: RestoreAnalysisError) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<BatchCreateTopicReviewedAnswerError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<BatchCreateTopicReviewedAnswerError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<BatchDeleteTopicReviewedAnswerError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<BatchDeleteTopicReviewedAnswerError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CancelIngestionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CancelIngestionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateAccountCustomizationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateAccountCustomizationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateAccountSubscriptionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateAccountSubscriptionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateAnalysisError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateAnalysisError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateBrandError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateBrandError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateCustomPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateCustomPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateDashboardError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateDashboardError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateDataSetError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateDataSetError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateDataSourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateDataSourceError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateFolderError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateFolderError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateFolderMembershipError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateFolderMembershipError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateGroupError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateGroupMembershipError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateGroupMembershipError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateIAMPolicyAssignmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateIAMPolicyAssignmentError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateIngestionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateIngestionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateNamespaceError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateNamespaceError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateRefreshScheduleError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateRefreshScheduleError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateRoleMembershipError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateRoleMembershipError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateTemplateAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateTemplateAliasError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateTemplateError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateTemplateError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateThemeAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateThemeAliasError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateThemeError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateThemeError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateTopicError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateTopicError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateTopicRefreshScheduleError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateTopicRefreshScheduleError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<CreateVPCConnectionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<CreateVPCConnectionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteAccountCustomizationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteAccountCustomizationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteAccountSubscriptionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteAccountSubscriptionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteAnalysisError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteAnalysisError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteBrandAssignmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteBrandAssignmentError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteBrandError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteBrandError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteCustomPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteCustomPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteDashboardError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteDashboardError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteDataSetError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteDataSetError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteDataSetRefreshPropertiesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteDataSetRefreshPropertiesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteDataSourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteDataSourceError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteDefaultQBusinessApplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteDefaultQBusinessApplicationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteFolderError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteFolderError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteFolderMembershipError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteFolderMembershipError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteGroupError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteGroupMembershipError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteGroupMembershipError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteIAMPolicyAssignmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteIAMPolicyAssignmentError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteIdentityPropagationConfigError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteIdentityPropagationConfigError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteNamespaceError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteNamespaceError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteRefreshScheduleError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteRefreshScheduleError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteRoleCustomPermissionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteRoleCustomPermissionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteRoleMembershipError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteRoleMembershipError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteTemplateAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteTemplateAliasError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteTemplateError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteTemplateError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteThemeAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteThemeAliasError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteThemeError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteThemeError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteTopicError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteTopicError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteTopicRefreshScheduleError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteTopicRefreshScheduleError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteUserByPrincipalIdError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteUserByPrincipalIdError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteUserCustomPermissionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteUserCustomPermissionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteUserError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteUserError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DeleteVPCConnectionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DeleteVPCConnectionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeAccountCustomizationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeAccountCustomizationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeAccountSettingsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeAccountSettingsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeAccountSubscriptionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeAccountSubscriptionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeAnalysisDefinitionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeAnalysisDefinitionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeAnalysisError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeAnalysisError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeAnalysisPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeAnalysisPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeAssetBundleExportJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeAssetBundleExportJobError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeAssetBundleImportJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeAssetBundleImportJobError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeBrandAssignmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeBrandAssignmentError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeBrandError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeBrandError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeBrandPublishedVersionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeBrandPublishedVersionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeCustomPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeCustomPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeDashboardDefinitionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeDashboardDefinitionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeDashboardError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeDashboardError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeDashboardPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeDashboardPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeDashboardSnapshotJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeDashboardSnapshotJobError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeDashboardSnapshotJobResultError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeDashboardSnapshotJobResultError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeDashboardsQAConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeDashboardsQAConfigurationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeDataSetError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeDataSetError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeDataSetPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeDataSetPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeDataSetRefreshPropertiesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeDataSetRefreshPropertiesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeDataSourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeDataSourceError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeDataSourcePermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeDataSourcePermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeDefaultQBusinessApplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeDefaultQBusinessApplicationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeFolderError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeFolderError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeFolderPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeFolderPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeFolderResolvedPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeFolderResolvedPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeGroupError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeGroupMembershipError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeGroupMembershipError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeIAMPolicyAssignmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeIAMPolicyAssignmentError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeIngestionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeIngestionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeIpRestrictionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeIpRestrictionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeKeyRegistrationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeKeyRegistrationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeNamespaceError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeNamespaceError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeQPersonalizationConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeQPersonalizationConfigurationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeQuickSightQSearchConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeQuickSightQSearchConfigurationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeRefreshScheduleError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeRefreshScheduleError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeRoleCustomPermissionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeRoleCustomPermissionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeTemplateAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeTemplateAliasError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeTemplateDefinitionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeTemplateDefinitionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeTemplateError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeTemplateError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeTemplatePermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeTemplatePermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeThemeAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeThemeAliasError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeThemeError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeThemeError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeThemePermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeThemePermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeTopicError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeTopicError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeTopicPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeTopicPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeTopicRefreshError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeTopicRefreshError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeTopicRefreshScheduleError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeTopicRefreshScheduleError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeUserError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeUserError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<DescribeVPCConnectionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<DescribeVPCConnectionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<GenerateEmbedUrlForAnonymousUserError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<GenerateEmbedUrlForAnonymousUserError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<GenerateEmbedUrlForRegisteredUserError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<GenerateEmbedUrlForRegisteredUserError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<GenerateEmbedUrlForRegisteredUserWithIdentityError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from( err: SdkError<GenerateEmbedUrlForRegisteredUserWithIdentityError, R>, ) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<GetDashboardEmbedUrlError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<GetDashboardEmbedUrlError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<GetSessionEmbedUrlError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<GetSessionEmbedUrlError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListAnalysesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListAnalysesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListAssetBundleExportJobsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListAssetBundleExportJobsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListAssetBundleImportJobsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListAssetBundleImportJobsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListBrandsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListBrandsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListCustomPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListCustomPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListDashboardVersionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListDashboardVersionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListDashboardsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListDashboardsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListDataSetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListDataSetsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListDataSourcesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListDataSourcesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListFolderMembersError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListFolderMembersError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListFoldersError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListFoldersError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListFoldersForResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListFoldersForResourceError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListGroupMembershipsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListGroupMembershipsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListGroupsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListGroupsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListIAMPolicyAssignmentsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListIAMPolicyAssignmentsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListIAMPolicyAssignmentsForUserError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListIAMPolicyAssignmentsForUserError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListIdentityPropagationConfigsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListIdentityPropagationConfigsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListIngestionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListIngestionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListNamespacesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListNamespacesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListRefreshSchedulesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListRefreshSchedulesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListRoleMembershipsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListRoleMembershipsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListTagsForResourceError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListTemplateAliasesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListTemplateAliasesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListTemplateVersionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListTemplateVersionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListTemplatesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListTemplatesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListThemeAliasesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListThemeAliasesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListThemeVersionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListThemeVersionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListThemesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListThemesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListTopicRefreshSchedulesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListTopicRefreshSchedulesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListTopicReviewedAnswersError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListTopicReviewedAnswersError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListTopicsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListTopicsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListUserGroupsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListUserGroupsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListUsersError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListUsersError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<ListVPCConnectionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<ListVPCConnectionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<PredictQAResultsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<PredictQAResultsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<PutDataSetRefreshPropertiesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<PutDataSetRefreshPropertiesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<RegisterUserError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<RegisterUserError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<RestoreAnalysisError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<RestoreAnalysisError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<SearchAnalysesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<SearchAnalysesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<SearchDashboardsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<SearchDashboardsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<SearchDataSetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<SearchDataSetsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<SearchDataSourcesError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<SearchDataSourcesError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<SearchFoldersError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<SearchFoldersError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<SearchGroupsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<SearchGroupsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<SearchTopicsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<SearchTopicsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<StartAssetBundleExportJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<StartAssetBundleExportJobError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<StartAssetBundleImportJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<StartAssetBundleImportJobError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<StartDashboardSnapshotJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<StartDashboardSnapshotJobError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<StartDashboardSnapshotJobScheduleError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<StartDashboardSnapshotJobScheduleError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<TagResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<TagResourceError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UntagResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UntagResourceError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateAccountCustomizationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateAccountCustomizationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateAccountSettingsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateAccountSettingsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateAnalysisError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateAnalysisError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateAnalysisPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateAnalysisPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateApplicationWithTokenExchangeGrantError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateApplicationWithTokenExchangeGrantError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateBrandAssignmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateBrandAssignmentError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateBrandError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateBrandError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateBrandPublishedVersionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateBrandPublishedVersionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateCustomPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateCustomPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateDashboardError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateDashboardError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateDashboardLinksError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateDashboardLinksError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateDashboardPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateDashboardPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateDashboardPublishedVersionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateDashboardPublishedVersionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateDashboardsQAConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateDashboardsQAConfigurationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateDataSetError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateDataSetError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateDataSetPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateDataSetPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateDataSourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateDataSourceError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateDataSourcePermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateDataSourcePermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateDefaultQBusinessApplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateDefaultQBusinessApplicationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateFolderError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateFolderError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateFolderPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateFolderPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateGroupError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateIAMPolicyAssignmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateIAMPolicyAssignmentError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateIdentityPropagationConfigError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateIdentityPropagationConfigError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateIpRestrictionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateIpRestrictionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateKeyRegistrationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateKeyRegistrationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdatePublicSharingSettingsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdatePublicSharingSettingsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateQPersonalizationConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateQPersonalizationConfigurationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateQuickSightQSearchConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateQuickSightQSearchConfigurationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateRefreshScheduleError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateRefreshScheduleError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateRoleCustomPermissionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateRoleCustomPermissionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateSPICECapacityConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateSPICECapacityConfigurationError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateTemplateAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateTemplateAliasError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateTemplateError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateTemplateError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateTemplatePermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateTemplatePermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateThemeAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateThemeAliasError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateThemeError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateThemeError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateThemePermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateThemePermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateTopicError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateTopicError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateTopicPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateTopicPermissionsError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateTopicRefreshScheduleError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateTopicRefreshScheduleError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateUserCustomPermissionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateUserCustomPermissionError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateUserError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateUserError, R>) -> Self

Converts to this type from the input type.
Source§

impl<R> From<SdkError<UpdateVPCConnectionError, R>> for Error
where R: Send + Sync + Debug + 'static,

Source§

fn from(err: SdkError<UpdateVPCConnectionError, R>) -> Self

Converts to this type from the input type.
Source§

impl From<SearchAnalysesError> for Error

Source§

fn from(err: SearchAnalysesError) -> Self

Converts to this type from the input type.
Source§

impl From<SearchDashboardsError> for Error

Source§

fn from(err: SearchDashboardsError) -> Self

Converts to this type from the input type.
Source§

impl From<SearchDataSetsError> for Error

Source§

fn from(err: SearchDataSetsError) -> Self

Converts to this type from the input type.
Source§

impl From<SearchDataSourcesError> for Error

Source§

fn from(err: SearchDataSourcesError) -> Self

Converts to this type from the input type.
Source§

impl From<SearchFoldersError> for Error

Source§

fn from(err: SearchFoldersError) -> Self

Converts to this type from the input type.
Source§

impl From<SearchGroupsError> for Error

Source§

fn from(err: SearchGroupsError) -> Self

Converts to this type from the input type.
Source§

impl From<SearchTopicsError> for Error

Source§

fn from(err: SearchTopicsError) -> Self

Converts to this type from the input type.
Source§

impl From<StartAssetBundleExportJobError> for Error

Source§

fn from(err: StartAssetBundleExportJobError) -> Self

Converts to this type from the input type.
Source§

impl From<StartAssetBundleImportJobError> for Error

Source§

fn from(err: StartAssetBundleImportJobError) -> Self

Converts to this type from the input type.
Source§

impl From<StartDashboardSnapshotJobError> for Error

Source§

fn from(err: StartDashboardSnapshotJobError) -> Self

Converts to this type from the input type.
Source§

impl From<StartDashboardSnapshotJobScheduleError> for Error

Source§

fn from(err: StartDashboardSnapshotJobScheduleError) -> Self

Converts to this type from the input type.
Source§

impl From<TagResourceError> for Error

Source§

fn from(err: TagResourceError) -> Self

Converts to this type from the input type.
Source§

impl From<UntagResourceError> for Error

Source§

fn from(err: UntagResourceError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateAccountCustomizationError> for Error

Source§

fn from(err: UpdateAccountCustomizationError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateAccountSettingsError> for Error

Source§

fn from(err: UpdateAccountSettingsError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateAnalysisError> for Error

Source§

fn from(err: UpdateAnalysisError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateAnalysisPermissionsError> for Error

Source§

fn from(err: UpdateAnalysisPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateApplicationWithTokenExchangeGrantError> for Error

Source§

fn from(err: UpdateApplicationWithTokenExchangeGrantError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateBrandAssignmentError> for Error

Source§

fn from(err: UpdateBrandAssignmentError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateBrandError> for Error

Source§

fn from(err: UpdateBrandError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateBrandPublishedVersionError> for Error

Source§

fn from(err: UpdateBrandPublishedVersionError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateCustomPermissionsError> for Error

Source§

fn from(err: UpdateCustomPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateDashboardError> for Error

Source§

fn from(err: UpdateDashboardError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateDashboardLinksError> for Error

Source§

fn from(err: UpdateDashboardLinksError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateDashboardPermissionsError> for Error

Source§

fn from(err: UpdateDashboardPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateDashboardPublishedVersionError> for Error

Source§

fn from(err: UpdateDashboardPublishedVersionError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateDashboardsQAConfigurationError> for Error

Source§

fn from(err: UpdateDashboardsQAConfigurationError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateDataSetError> for Error

Source§

fn from(err: UpdateDataSetError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateDataSetPermissionsError> for Error

Source§

fn from(err: UpdateDataSetPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateDataSourceError> for Error

Source§

fn from(err: UpdateDataSourceError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateDataSourcePermissionsError> for Error

Source§

fn from(err: UpdateDataSourcePermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateDefaultQBusinessApplicationError> for Error

Source§

fn from(err: UpdateDefaultQBusinessApplicationError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateFolderError> for Error

Source§

fn from(err: UpdateFolderError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateFolderPermissionsError> for Error

Source§

fn from(err: UpdateFolderPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateGroupError> for Error

Source§

fn from(err: UpdateGroupError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateIAMPolicyAssignmentError> for Error

Source§

fn from(err: UpdateIAMPolicyAssignmentError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateIdentityPropagationConfigError> for Error

Source§

fn from(err: UpdateIdentityPropagationConfigError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateIpRestrictionError> for Error

Source§

fn from(err: UpdateIpRestrictionError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateKeyRegistrationError> for Error

Source§

fn from(err: UpdateKeyRegistrationError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdatePublicSharingSettingsError> for Error

Source§

fn from(err: UpdatePublicSharingSettingsError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateQPersonalizationConfigurationError> for Error

Source§

fn from(err: UpdateQPersonalizationConfigurationError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateQuickSightQSearchConfigurationError> for Error

Source§

fn from(err: UpdateQuickSightQSearchConfigurationError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateRefreshScheduleError> for Error

Source§

fn from(err: UpdateRefreshScheduleError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateRoleCustomPermissionError> for Error

Source§

fn from(err: UpdateRoleCustomPermissionError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateSPICECapacityConfigurationError> for Error

Source§

fn from(err: UpdateSPICECapacityConfigurationError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateTemplateAliasError> for Error

Source§

fn from(err: UpdateTemplateAliasError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateTemplateError> for Error

Source§

fn from(err: UpdateTemplateError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateTemplatePermissionsError> for Error

Source§

fn from(err: UpdateTemplatePermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateThemeAliasError> for Error

Source§

fn from(err: UpdateThemeAliasError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateThemeError> for Error

Source§

fn from(err: UpdateThemeError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateThemePermissionsError> for Error

Source§

fn from(err: UpdateThemePermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateTopicError> for Error

Source§

fn from(err: UpdateTopicError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateTopicPermissionsError> for Error

Source§

fn from(err: UpdateTopicPermissionsError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateTopicRefreshScheduleError> for Error

Source§

fn from(err: UpdateTopicRefreshScheduleError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateUserCustomPermissionError> for Error

Source§

fn from(err: UpdateUserCustomPermissionError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateUserError> for Error

Source§

fn from(err: UpdateUserError) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateVPCConnectionError> for Error

Source§

fn from(err: UpdateVPCConnectionError) -> Self

Converts to this type from the input type.
Source§

impl ProvideErrorMetadata for Error

Source§

fn meta(&self) -> &ErrorMetadata

Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
Source§

fn code(&self) -> Option<&str>

Returns the error code if it’s available.
Source§

fn message(&self) -> Option<&str>

Returns the error message, if there is one.
Source§

impl RequestId for Error

Source§

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts 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 more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts 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 more
Source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

Source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
Source§

impl<T> Paint for T
where T: ?Sized,

Source§

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 primary(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: Primary].

§Example
println!("{}", value.primary());
Source§

fn fixed(&self, color: u8) -> Painted<&T>

Returns self with the fg() set to [Color :: Fixed].

§Example
println!("{}", value.fixed(color));
Source§

fn rgb(&self, r: u8, g: u8, b: u8) -> Painted<&T>

Returns self with the fg() set to [Color :: Rgb].

§Example
println!("{}", value.rgb(r, g, b));
Source§

fn black(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: Black].

§Example
println!("{}", value.black());
Source§

fn red(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: Red].

§Example
println!("{}", value.red());
Source§

fn green(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: Green].

§Example
println!("{}", value.green());
Source§

fn yellow(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: Yellow].

§Example
println!("{}", value.yellow());
Source§

fn blue(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: Blue].

§Example
println!("{}", value.blue());
Source§

fn magenta(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: Magenta].

§Example
println!("{}", value.magenta());
Source§

fn cyan(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: Cyan].

§Example
println!("{}", value.cyan());
Source§

fn white(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: White].

§Example
println!("{}", value.white());
Source§

fn bright_black(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: BrightBlack].

§Example
println!("{}", value.bright_black());
Source§

fn bright_red(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: BrightRed].

§Example
println!("{}", value.bright_red());
Source§

fn bright_green(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: BrightGreen].

§Example
println!("{}", value.bright_green());
Source§

fn bright_yellow(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: BrightYellow].

§Example
println!("{}", value.bright_yellow());
Source§

fn bright_blue(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: BrightBlue].

§Example
println!("{}", value.bright_blue());
Source§

fn bright_magenta(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: BrightMagenta].

§Example
println!("{}", value.bright_magenta());
Source§

fn bright_cyan(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: BrightCyan].

§Example
println!("{}", value.bright_cyan());
Source§

fn bright_white(&self) -> Painted<&T>

Returns self with the fg() set to [Color :: BrightWhite].

§Example
println!("{}", value.bright_white());
Source§

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>

Returns self with the bg() set to [Color :: Primary].

§Example
println!("{}", value.on_primary());
Source§

fn on_fixed(&self, color: u8) -> Painted<&T>

Returns self with the bg() set to [Color :: Fixed].

§Example
println!("{}", value.on_fixed(color));
Source§

fn on_rgb(&self, r: u8, g: u8, b: u8) -> Painted<&T>

Returns self with the bg() set to [Color :: Rgb].

§Example
println!("{}", value.on_rgb(r, g, b));
Source§

fn on_black(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: Black].

§Example
println!("{}", value.on_black());
Source§

fn on_red(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: Red].

§Example
println!("{}", value.on_red());
Source§

fn on_green(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: Green].

§Example
println!("{}", value.on_green());
Source§

fn on_yellow(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: Yellow].

§Example
println!("{}", value.on_yellow());
Source§

fn on_blue(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: Blue].

§Example
println!("{}", value.on_blue());
Source§

fn on_magenta(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: Magenta].

§Example
println!("{}", value.on_magenta());
Source§

fn on_cyan(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: Cyan].

§Example
println!("{}", value.on_cyan());
Source§

fn on_white(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: White].

§Example
println!("{}", value.on_white());
Source§

fn on_bright_black(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: BrightBlack].

§Example
println!("{}", value.on_bright_black());
Source§

fn on_bright_red(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: BrightRed].

§Example
println!("{}", value.on_bright_red());
Source§

fn on_bright_green(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: BrightGreen].

§Example
println!("{}", value.on_bright_green());
Source§

fn on_bright_yellow(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: BrightYellow].

§Example
println!("{}", value.on_bright_yellow());
Source§

fn on_bright_blue(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: BrightBlue].

§Example
println!("{}", value.on_bright_blue());
Source§

fn on_bright_magenta(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: BrightMagenta].

§Example
println!("{}", value.on_bright_magenta());
Source§

fn on_bright_cyan(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: BrightCyan].

§Example
println!("{}", value.on_bright_cyan());
Source§

fn on_bright_white(&self) -> Painted<&T>

Returns self with the bg() set to [Color :: BrightWhite].

§Example
println!("{}", value.on_bright_white());
Source§

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 bold(&self) -> Painted<&T>

Returns self with the attr() set to [Attribute :: Bold].

§Example
println!("{}", value.bold());
Source§

fn dim(&self) -> Painted<&T>

Returns self with the attr() set to [Attribute :: Dim].

§Example
println!("{}", value.dim());
Source§

fn italic(&self) -> Painted<&T>

Returns self with the attr() set to [Attribute :: Italic].

§Example
println!("{}", value.italic());
Source§

fn underline(&self) -> Painted<&T>

Returns self with the attr() set to [Attribute :: Underline].

§Example
println!("{}", value.underline());

Returns self with the attr() set to [Attribute :: Blink].

§Example
println!("{}", value.blink());

Returns self with the attr() set to [Attribute :: RapidBlink].

§Example
println!("{}", value.rapid_blink());
Source§

fn invert(&self) -> Painted<&T>

Returns self with the attr() set to [Attribute :: Invert].

§Example
println!("{}", value.invert());
Source§

fn conceal(&self) -> Painted<&T>

Returns self with the attr() set to [Attribute :: Conceal].

§Example
println!("{}", value.conceal());
Source§

fn strike(&self) -> Painted<&T>

Returns self with the attr() set to [Attribute :: Strike].

§Example
println!("{}", value.strike());
Source§

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 mask(&self) -> Painted<&T>

Returns self with the quirk() set to [Quirk :: Mask].

§Example
println!("{}", value.mask());
Source§

fn wrap(&self) -> Painted<&T>

Returns self with the quirk() set to [Quirk :: Wrap].

§Example
println!("{}", value.wrap());
Source§

fn linger(&self) -> Painted<&T>

Returns self with the quirk() set to [Quirk :: Linger].

§Example
println!("{}", value.linger());
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.

Returns self with the quirk() set to [Quirk :: Clear].

§Example
println!("{}", value.clear());
Source§

fn resetting(&self) -> Painted<&T>

Returns self with the quirk() set to [Quirk :: Resetting].

§Example
println!("{}", value.resetting());
Source§

fn bright(&self) -> Painted<&T>

Returns self with the quirk() set to [Quirk :: Bright].

§Example
println!("{}", value.bright());
Source§

fn on_bright(&self) -> Painted<&T>

Returns self with the quirk() set to [Quirk :: OnBright].

§Example
println!("{}", value.on_bright());
Source§

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);
Source§

fn new(self) -> Painted<Self>
where Self: Sized,

Create a new Painted with a default Style. Read more
Source§

fn paint<S>(&self, style: S) -> Painted<&Self>
where S: Into<Style>,

Apply a style wholesale to self. Any previous style is replaced. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

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
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> ErasedDestructor for T
where T: 'static,