#[non_exhaustive]
pub enum Error {
Show 26 variants AccessDeniedException(AccessDeniedException), ConflictException(ConflictException), ContactFlowNotPublishedException(ContactFlowNotPublishedException), ContactNotFoundException(ContactNotFoundException), DestinationNotAllowedException(DestinationNotAllowedException), DuplicateResourceException(DuplicateResourceException), IdempotencyException(IdempotencyException), InternalServiceException(InternalServiceException), InvalidContactFlowException(InvalidContactFlowException), InvalidContactFlowModuleException(InvalidContactFlowModuleException), InvalidParameterException(InvalidParameterException), InvalidRequestException(InvalidRequestException), LimitExceededException(LimitExceededException), MaximumResultReturnedException(MaximumResultReturnedException), OutboundContactNotPermittedException(OutboundContactNotPermittedException), OutputTypeNotFoundException(OutputTypeNotFoundException), PropertyValidationException(PropertyValidationException), ResourceConflictException(ResourceConflictException), ResourceInUseException(ResourceInUseException), ResourceNotFoundException(ResourceNotFoundException), ResourceNotReadyException(ResourceNotReadyException), ServiceQuotaExceededException(ServiceQuotaExceededException), ThrottlingException(ThrottlingException), TooManyRequestsException(TooManyRequestsException), UserNotFoundException(UserNotFoundException), 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 do not have sufficient permissions to perform this action.

§

ConflictException(ConflictException)

Operation cannot be performed at this time as there is a conflict with another operation or contact state.

§

ContactFlowNotPublishedException(ContactFlowNotPublishedException)

The flow has not been published.

§

ContactNotFoundException(ContactNotFoundException)

The contact with the specified ID is not active or does not exist. Applies to Voice calls only, not to Chat or Task contacts.

§

DestinationNotAllowedException(DestinationNotAllowedException)

Outbound calls to the destination number are not allowed.

§

DuplicateResourceException(DuplicateResourceException)

A resource with the specified name already exists.

§

IdempotencyException(IdempotencyException)

An entity with the same name already exists.

§

InternalServiceException(InternalServiceException)

Request processing failed because of an error or failure with the service.

§

InvalidContactFlowException(InvalidContactFlowException)

The flow is not valid.

§

InvalidContactFlowModuleException(InvalidContactFlowModuleException)

The problems with the module. Please fix before trying again.

§

InvalidParameterException(InvalidParameterException)

One or more of the specified parameters are not valid.

§

InvalidRequestException(InvalidRequestException)

The request is not valid.

§

LimitExceededException(LimitExceededException)

The allowed limit for the resource has been exceeded.

§

MaximumResultReturnedException(MaximumResultReturnedException)

Maximum number (1000) of tags have been returned with current request. Consider changing request parameters to get more tags.

§

OutboundContactNotPermittedException(OutboundContactNotPermittedException)

The contact is not permitted.

§

OutputTypeNotFoundException(OutputTypeNotFoundException)

Thrown for analyzed content when requested OutputType was not enabled for a given contact. For example, if an OutputType.Raw was requested for a contact that had `RedactedOnly` Redaction policy set in Contact flow.

§

PropertyValidationException(PropertyValidationException)

The property is not valid.

§

ResourceConflictException(ResourceConflictException)

A resource already has that name.

§

ResourceInUseException(ResourceInUseException)

That resource is already in use. Please try another.

§

ResourceNotFoundException(ResourceNotFoundException)

The specified resource was not found.

§

ResourceNotReadyException(ResourceNotReadyException)

The resource is not ready.

§

ServiceQuotaExceededException(ServiceQuotaExceededException)

The service quota has been exceeded.

§

ThrottlingException(ThrottlingException)

The throttling limit has been exceeded.

§

TooManyRequestsException(TooManyRequestsException)

Displayed when rate-related API limits are exceeded.

§

UserNotFoundException(UserNotFoundException)

No user with the specified credentials was found in the Amazon Connect instance.

§

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)>

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<ActivateEvaluationFormError> for Error

source§

fn from(err: ActivateEvaluationFormError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateAnalyticsDataSetError> for Error

source§

fn from(err: AssociateAnalyticsDataSetError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateApprovedOriginError> for Error

source§

fn from(err: AssociateApprovedOriginError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateBotError> for Error

source§

fn from(err: AssociateBotError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateDefaultVocabularyError> for Error

source§

fn from(err: AssociateDefaultVocabularyError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateFlowError> for Error

source§

fn from(err: AssociateFlowError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateInstanceStorageConfigError> for Error

source§

fn from(err: AssociateInstanceStorageConfigError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateLambdaFunctionError> for Error

source§

fn from(err: AssociateLambdaFunctionError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateLexBotError> for Error

source§

fn from(err: AssociateLexBotError) -> Self

Converts to this type from the input type.
source§

impl From<AssociatePhoneNumberContactFlowError> for Error

source§

fn from(err: AssociatePhoneNumberContactFlowError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateQueueQuickConnectsError> for Error

source§

fn from(err: AssociateQueueQuickConnectsError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateRoutingProfileQueuesError> for Error

source§

fn from(err: AssociateRoutingProfileQueuesError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateSecurityKeyError> for Error

source§

fn from(err: AssociateSecurityKeyError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateTrafficDistributionGroupUserError> for Error

source§

fn from(err: AssociateTrafficDistributionGroupUserError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateUserProficienciesError> for Error

source§

fn from(err: AssociateUserProficienciesError) -> Self

Converts to this type from the input type.
source§

impl From<BatchAssociateAnalyticsDataSetError> for Error

source§

fn from(err: BatchAssociateAnalyticsDataSetError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDisassociateAnalyticsDataSetError> for Error

source§

fn from(err: BatchDisassociateAnalyticsDataSetError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetFlowAssociationError> for Error

source§

fn from(err: BatchGetFlowAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<BatchPutContactError> for Error

source§

fn from(err: BatchPutContactError) -> 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<ClaimPhoneNumberError> for Error

source§

fn from(err: ClaimPhoneNumberError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAgentStatusError> for Error

source§

fn from(err: CreateAgentStatusError) -> Self

Converts to this type from the input type.
source§

impl From<CreateContactFlowError> for Error

source§

fn from(err: CreateContactFlowError) -> Self

Converts to this type from the input type.
source§

impl From<CreateContactFlowModuleError> for Error

source§

fn from(err: CreateContactFlowModuleError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEvaluationFormError> for Error

source§

fn from(err: CreateEvaluationFormError) -> Self

Converts to this type from the input type.
source§

impl From<CreateHoursOfOperationError> for Error

source§

fn from(err: CreateHoursOfOperationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateInstanceError> for Error

source§

fn from(err: CreateInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateIntegrationAssociationError> for Error

source§

fn from(err: CreateIntegrationAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateParticipantError> for Error

source§

fn from(err: CreateParticipantError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePersistentContactAssociationError> for Error

source§

fn from(err: CreatePersistentContactAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePredefinedAttributeError> for Error

source§

fn from(err: CreatePredefinedAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePromptError> for Error

source§

fn from(err: CreatePromptError) -> Self

Converts to this type from the input type.
source§

impl From<CreateQueueError> for Error

source§

fn from(err: CreateQueueError) -> Self

Converts to this type from the input type.
source§

impl From<CreateQuickConnectError> for Error

source§

fn from(err: CreateQuickConnectError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRoutingProfileError> for Error

source§

fn from(err: CreateRoutingProfileError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRuleError> for Error

source§

fn from(err: CreateRuleError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSecurityProfileError> for Error

source§

fn from(err: CreateSecurityProfileError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTaskTemplateError> for Error

source§

fn from(err: CreateTaskTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTrafficDistributionGroupError> for Error

source§

fn from(err: CreateTrafficDistributionGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUseCaseError> for Error

source§

fn from(err: CreateUseCaseError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUserError> for Error

source§

fn from(err: CreateUserError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUserHierarchyGroupError> for Error

source§

fn from(err: CreateUserHierarchyGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateViewError> for Error

source§

fn from(err: CreateViewError) -> Self

Converts to this type from the input type.
source§

impl From<CreateViewVersionError> for Error

source§

fn from(err: CreateViewVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVocabularyError> for Error

source§

fn from(err: CreateVocabularyError) -> Self

Converts to this type from the input type.
source§

impl From<DeactivateEvaluationFormError> for Error

source§

fn from(err: DeactivateEvaluationFormError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteContactEvaluationError> for Error

source§

fn from(err: DeleteContactEvaluationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteContactFlowError> for Error

source§

fn from(err: DeleteContactFlowError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteContactFlowModuleError> for Error

source§

fn from(err: DeleteContactFlowModuleError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEvaluationFormError> for Error

source§

fn from(err: DeleteEvaluationFormError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteHoursOfOperationError> for Error

source§

fn from(err: DeleteHoursOfOperationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteInstanceError> for Error

source§

fn from(err: DeleteInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteIntegrationAssociationError> for Error

source§

fn from(err: DeleteIntegrationAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePredefinedAttributeError> for Error

source§

fn from(err: DeletePredefinedAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePromptError> for Error

source§

fn from(err: DeletePromptError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteQueueError> for Error

source§

fn from(err: DeleteQueueError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteQuickConnectError> for Error

source§

fn from(err: DeleteQuickConnectError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRoutingProfileError> for Error

source§

fn from(err: DeleteRoutingProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRuleError> for Error

source§

fn from(err: DeleteRuleError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSecurityProfileError> for Error

source§

fn from(err: DeleteSecurityProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTaskTemplateError> for Error

source§

fn from(err: DeleteTaskTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTrafficDistributionGroupError> for Error

source§

fn from(err: DeleteTrafficDistributionGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUseCaseError> for Error

source§

fn from(err: DeleteUseCaseError) -> 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<DeleteUserHierarchyGroupError> for Error

source§

fn from(err: DeleteUserHierarchyGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteViewError> for Error

source§

fn from(err: DeleteViewError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteViewVersionError> for Error

source§

fn from(err: DeleteViewVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVocabularyError> for Error

source§

fn from(err: DeleteVocabularyError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAgentStatusError> for Error

source§

fn from(err: DescribeAgentStatusError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeContactError> for Error

source§

fn from(err: DescribeContactError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeContactEvaluationError> for Error

source§

fn from(err: DescribeContactEvaluationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeContactFlowError> for Error

source§

fn from(err: DescribeContactFlowError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeContactFlowModuleError> for Error

source§

fn from(err: DescribeContactFlowModuleError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEvaluationFormError> for Error

source§

fn from(err: DescribeEvaluationFormError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeHoursOfOperationError> for Error

source§

fn from(err: DescribeHoursOfOperationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceAttributeError> for Error

source§

fn from(err: DescribeInstanceAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceError> for Error

source§

fn from(err: DescribeInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceStorageConfigError> for Error

source§

fn from(err: DescribeInstanceStorageConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePhoneNumberError> for Error

source§

fn from(err: DescribePhoneNumberError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePredefinedAttributeError> for Error

source§

fn from(err: DescribePredefinedAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePromptError> for Error

source§

fn from(err: DescribePromptError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeQueueError> for Error

source§

fn from(err: DescribeQueueError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeQuickConnectError> for Error

source§

fn from(err: DescribeQuickConnectError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRoutingProfileError> for Error

source§

fn from(err: DescribeRoutingProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRuleError> for Error

source§

fn from(err: DescribeRuleError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSecurityProfileError> for Error

source§

fn from(err: DescribeSecurityProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTrafficDistributionGroupError> for Error

source§

fn from(err: DescribeTrafficDistributionGroupError) -> 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<DescribeUserHierarchyGroupError> for Error

source§

fn from(err: DescribeUserHierarchyGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeUserHierarchyStructureError> for Error

source§

fn from(err: DescribeUserHierarchyStructureError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeViewError> for Error

source§

fn from(err: DescribeViewError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVocabularyError> for Error

source§

fn from(err: DescribeVocabularyError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateAnalyticsDataSetError> for Error

source§

fn from(err: DisassociateAnalyticsDataSetError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateApprovedOriginError> for Error

source§

fn from(err: DisassociateApprovedOriginError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateBotError> for Error

source§

fn from(err: DisassociateBotError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateFlowError> for Error

source§

fn from(err: DisassociateFlowError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateInstanceStorageConfigError> for Error

source§

fn from(err: DisassociateInstanceStorageConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateLambdaFunctionError> for Error

source§

fn from(err: DisassociateLambdaFunctionError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateLexBotError> for Error

source§

fn from(err: DisassociateLexBotError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociatePhoneNumberContactFlowError> for Error

source§

fn from(err: DisassociatePhoneNumberContactFlowError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateQueueQuickConnectsError> for Error

source§

fn from(err: DisassociateQueueQuickConnectsError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateRoutingProfileQueuesError> for Error

source§

fn from(err: DisassociateRoutingProfileQueuesError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateSecurityKeyError> for Error

source§

fn from(err: DisassociateSecurityKeyError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateTrafficDistributionGroupUserError> for Error

source§

fn from(err: DisassociateTrafficDistributionGroupUserError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateUserProficienciesError> for Error

source§

fn from(err: DisassociateUserProficienciesError) -> Self

Converts to this type from the input type.
source§

impl From<DismissUserContactError> for Error

source§

fn from(err: DismissUserContactError) -> Self

Converts to this type from the input type.
source§

impl From<GetContactAttributesError> for Error

source§

fn from(err: GetContactAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<GetCurrentMetricDataError> for Error

source§

fn from(err: GetCurrentMetricDataError) -> Self

Converts to this type from the input type.
source§

impl From<GetCurrentUserDataError> for Error

source§

fn from(err: GetCurrentUserDataError) -> Self

Converts to this type from the input type.
source§

impl From<GetFederationTokenError> for Error

source§

fn from(err: GetFederationTokenError) -> Self

Converts to this type from the input type.
source§

impl From<GetFlowAssociationError> for Error

source§

fn from(err: GetFlowAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<GetMetricDataError> for Error

source§

fn from(err: GetMetricDataError) -> Self

Converts to this type from the input type.
source§

impl From<GetMetricDataV2Error> for Error

source§

fn from(err: GetMetricDataV2Error) -> Self

Converts to this type from the input type.
source§

impl From<GetPromptFileError> for Error

source§

fn from(err: GetPromptFileError) -> Self

Converts to this type from the input type.
source§

impl From<GetTaskTemplateError> for Error

source§

fn from(err: GetTaskTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<GetTrafficDistributionError> for Error

source§

fn from(err: GetTrafficDistributionError) -> Self

Converts to this type from the input type.
source§

impl From<ImportPhoneNumberError> for Error

source§

fn from(err: ImportPhoneNumberError) -> Self

Converts to this type from the input type.
source§

impl From<ListAgentStatusesError> for Error

source§

fn from(err: ListAgentStatusesError) -> Self

Converts to this type from the input type.
source§

impl From<ListAnalyticsDataAssociationsError> for Error

source§

fn from(err: ListAnalyticsDataAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListApprovedOriginsError> for Error

source§

fn from(err: ListApprovedOriginsError) -> Self

Converts to this type from the input type.
source§

impl From<ListBotsError> for Error

source§

fn from(err: ListBotsError) -> Self

Converts to this type from the input type.
source§

impl From<ListContactEvaluationsError> for Error

source§

fn from(err: ListContactEvaluationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListContactFlowModulesError> for Error

source§

fn from(err: ListContactFlowModulesError) -> Self

Converts to this type from the input type.
source§

impl From<ListContactFlowsError> for Error

source§

fn from(err: ListContactFlowsError) -> Self

Converts to this type from the input type.
source§

impl From<ListContactReferencesError> for Error

source§

fn from(err: ListContactReferencesError) -> Self

Converts to this type from the input type.
source§

impl From<ListDefaultVocabulariesError> for Error

source§

fn from(err: ListDefaultVocabulariesError) -> Self

Converts to this type from the input type.
source§

impl From<ListEvaluationFormVersionsError> for Error

source§

fn from(err: ListEvaluationFormVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListEvaluationFormsError> for Error

source§

fn from(err: ListEvaluationFormsError) -> Self

Converts to this type from the input type.
source§

impl From<ListFlowAssociationsError> for Error

source§

fn from(err: ListFlowAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListHoursOfOperationsError> for Error

source§

fn from(err: ListHoursOfOperationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListInstanceAttributesError> for Error

source§

fn from(err: ListInstanceAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<ListInstanceStorageConfigsError> for Error

source§

fn from(err: ListInstanceStorageConfigsError) -> Self

Converts to this type from the input type.
source§

impl From<ListInstancesError> for Error

source§

fn from(err: ListInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<ListIntegrationAssociationsError> for Error

source§

fn from(err: ListIntegrationAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListLambdaFunctionsError> for Error

source§

fn from(err: ListLambdaFunctionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListLexBotsError> for Error

source§

fn from(err: ListLexBotsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPhoneNumbersError> for Error

source§

fn from(err: ListPhoneNumbersError) -> Self

Converts to this type from the input type.
source§

impl From<ListPhoneNumbersV2Error> for Error

source§

fn from(err: ListPhoneNumbersV2Error) -> Self

Converts to this type from the input type.
source§

impl From<ListPredefinedAttributesError> for Error

source§

fn from(err: ListPredefinedAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<ListPromptsError> for Error

source§

fn from(err: ListPromptsError) -> Self

Converts to this type from the input type.
source§

impl From<ListQueueQuickConnectsError> for Error

source§

fn from(err: ListQueueQuickConnectsError) -> Self

Converts to this type from the input type.
source§

impl From<ListQueuesError> for Error

source§

fn from(err: ListQueuesError) -> Self

Converts to this type from the input type.
source§

impl From<ListQuickConnectsError> for Error

source§

fn from(err: ListQuickConnectsError) -> Self

Converts to this type from the input type.
source§

impl From<ListRealtimeContactAnalysisSegmentsV2Error> for Error

source§

fn from(err: ListRealtimeContactAnalysisSegmentsV2Error) -> Self

Converts to this type from the input type.
source§

impl From<ListRoutingProfileQueuesError> for Error

source§

fn from(err: ListRoutingProfileQueuesError) -> Self

Converts to this type from the input type.
source§

impl From<ListRoutingProfilesError> for Error

source§

fn from(err: ListRoutingProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<ListRulesError> for Error

source§

fn from(err: ListRulesError) -> Self

Converts to this type from the input type.
source§

impl From<ListSecurityKeysError> for Error

source§

fn from(err: ListSecurityKeysError) -> Self

Converts to this type from the input type.
source§

impl From<ListSecurityProfileApplicationsError> for Error

source§

fn from(err: ListSecurityProfileApplicationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSecurityProfilePermissionsError> for Error

source§

fn from(err: ListSecurityProfilePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSecurityProfilesError> for Error

source§

fn from(err: ListSecurityProfilesError) -> 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<ListTaskTemplatesError> for Error

source§

fn from(err: ListTaskTemplatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListTrafficDistributionGroupUsersError> for Error

source§

fn from(err: ListTrafficDistributionGroupUsersError) -> Self

Converts to this type from the input type.
source§

impl From<ListTrafficDistributionGroupsError> for Error

source§

fn from(err: ListTrafficDistributionGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListUseCasesError> for Error

source§

fn from(err: ListUseCasesError) -> Self

Converts to this type from the input type.
source§

impl From<ListUserHierarchyGroupsError> for Error

source§

fn from(err: ListUserHierarchyGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListUserProficienciesError> for Error

source§

fn from(err: ListUserProficienciesError) -> 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<ListViewVersionsError> for Error

source§

fn from(err: ListViewVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListViewsError> for Error

source§

fn from(err: ListViewsError) -> Self

Converts to this type from the input type.
source§

impl From<MonitorContactError> for Error

source§

fn from(err: MonitorContactError) -> Self

Converts to this type from the input type.
source§

impl From<PauseContactError> for Error

source§

fn from(err: PauseContactError) -> Self

Converts to this type from the input type.
source§

impl From<PutUserStatusError> for Error

source§

fn from(err: PutUserStatusError) -> Self

Converts to this type from the input type.
source§

impl From<ReleasePhoneNumberError> for Error

source§

fn from(err: ReleasePhoneNumberError) -> Self

Converts to this type from the input type.
source§

impl From<ReplicateInstanceError> for Error

source§

fn from(err: ReplicateInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<ResumeContactError> for Error

source§

fn from(err: ResumeContactError) -> Self

Converts to this type from the input type.
source§

impl From<ResumeContactRecordingError> for Error

source§

fn from(err: ResumeContactRecordingError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<DeleteUseCaseError, 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<DeleteUserHierarchyGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<DescribeTrafficDistributionGroupError, 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<DescribeUserHierarchyGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<ListSecurityProfilesError, 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<ListTaskTemplatesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<ListUserProficienciesError, 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<ListViewVersionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<TagContactError, 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<TransferContactError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<UntagContactError, 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<UpdateAgentStatusError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<SearchAvailablePhoneNumbersError> for Error

source§

fn from(err: SearchAvailablePhoneNumbersError) -> Self

Converts to this type from the input type.
source§

impl From<SearchContactsError> for Error

source§

fn from(err: SearchContactsError) -> Self

Converts to this type from the input type.
source§

impl From<SearchHoursOfOperationsError> for Error

source§

fn from(err: SearchHoursOfOperationsError) -> Self

Converts to this type from the input type.
source§

impl From<SearchPredefinedAttributesError> for Error

source§

fn from(err: SearchPredefinedAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<SearchPromptsError> for Error

source§

fn from(err: SearchPromptsError) -> Self

Converts to this type from the input type.
source§

impl From<SearchQueuesError> for Error

source§

fn from(err: SearchQueuesError) -> Self

Converts to this type from the input type.
source§

impl From<SearchQuickConnectsError> for Error

source§

fn from(err: SearchQuickConnectsError) -> Self

Converts to this type from the input type.
source§

impl From<SearchResourceTagsError> for Error

source§

fn from(err: SearchResourceTagsError) -> Self

Converts to this type from the input type.
source§

impl From<SearchRoutingProfilesError> for Error

source§

fn from(err: SearchRoutingProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<SearchSecurityProfilesError> for Error

source§

fn from(err: SearchSecurityProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<SearchUsersError> for Error

source§

fn from(err: SearchUsersError) -> Self

Converts to this type from the input type.
source§

impl From<SearchVocabulariesError> for Error

source§

fn from(err: SearchVocabulariesError) -> Self

Converts to this type from the input type.
source§

impl From<SendChatIntegrationEventError> for Error

source§

fn from(err: SendChatIntegrationEventError) -> Self

Converts to this type from the input type.
source§

impl From<StartChatContactError> for Error

source§

fn from(err: StartChatContactError) -> Self

Converts to this type from the input type.
source§

impl From<StartContactEvaluationError> for Error

source§

fn from(err: StartContactEvaluationError) -> Self

Converts to this type from the input type.
source§

impl From<StartContactRecordingError> for Error

source§

fn from(err: StartContactRecordingError) -> Self

Converts to this type from the input type.
source§

impl From<StartContactStreamingError> for Error

source§

fn from(err: StartContactStreamingError) -> Self

Converts to this type from the input type.
source§

impl From<StartOutboundVoiceContactError> for Error

source§

fn from(err: StartOutboundVoiceContactError) -> Self

Converts to this type from the input type.
source§

impl From<StartTaskContactError> for Error

source§

fn from(err: StartTaskContactError) -> Self

Converts to this type from the input type.
source§

impl From<StartWebRTCContactError> for Error

source§

fn from(err: StartWebRTCContactError) -> Self

Converts to this type from the input type.
source§

impl From<StopContactError> for Error

source§

fn from(err: StopContactError) -> Self

Converts to this type from the input type.
source§

impl From<StopContactRecordingError> for Error

source§

fn from(err: StopContactRecordingError) -> Self

Converts to this type from the input type.
source§

impl From<StopContactStreamingError> for Error

source§

fn from(err: StopContactStreamingError) -> Self

Converts to this type from the input type.
source§

impl From<SubmitContactEvaluationError> for Error

source§

fn from(err: SubmitContactEvaluationError) -> Self

Converts to this type from the input type.
source§

impl From<SuspendContactRecordingError> for Error

source§

fn from(err: SuspendContactRecordingError) -> Self

Converts to this type from the input type.
source§

impl From<TagContactError> for Error

source§

fn from(err: TagContactError) -> 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<TransferContactError> for Error

source§

fn from(err: TransferContactError) -> Self

Converts to this type from the input type.
source§

impl From<UntagContactError> for Error

source§

fn from(err: UntagContactError) -> 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<UpdateAgentStatusError> for Error

source§

fn from(err: UpdateAgentStatusError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateContactAttributesError> for Error

source§

fn from(err: UpdateContactAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateContactError> for Error

source§

fn from(err: UpdateContactError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateContactEvaluationError> for Error

source§

fn from(err: UpdateContactEvaluationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateContactFlowContentError> for Error

source§

fn from(err: UpdateContactFlowContentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateContactFlowMetadataError> for Error

source§

fn from(err: UpdateContactFlowMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateContactFlowModuleContentError> for Error

source§

fn from(err: UpdateContactFlowModuleContentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateContactFlowModuleMetadataError> for Error

source§

fn from(err: UpdateContactFlowModuleMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateContactFlowNameError> for Error

source§

fn from(err: UpdateContactFlowNameError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateContactRoutingDataError> for Error

source§

fn from(err: UpdateContactRoutingDataError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateContactScheduleError> for Error

source§

fn from(err: UpdateContactScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateEvaluationFormError> for Error

source§

fn from(err: UpdateEvaluationFormError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateHoursOfOperationError> for Error

source§

fn from(err: UpdateHoursOfOperationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateInstanceAttributeError> for Error

source§

fn from(err: UpdateInstanceAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateInstanceStorageConfigError> for Error

source§

fn from(err: UpdateInstanceStorageConfigError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateParticipantRoleConfigError> for Error

source§

fn from(err: UpdateParticipantRoleConfigError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePhoneNumberError> for Error

source§

fn from(err: UpdatePhoneNumberError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePhoneNumberMetadataError> for Error

source§

fn from(err: UpdatePhoneNumberMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePredefinedAttributeError> for Error

source§

fn from(err: UpdatePredefinedAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePromptError> for Error

source§

fn from(err: UpdatePromptError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateQueueHoursOfOperationError> for Error

source§

fn from(err: UpdateQueueHoursOfOperationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateQueueMaxContactsError> for Error

source§

fn from(err: UpdateQueueMaxContactsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateQueueNameError> for Error

source§

fn from(err: UpdateQueueNameError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateQueueOutboundCallerConfigError> for Error

source§

fn from(err: UpdateQueueOutboundCallerConfigError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateQueueStatusError> for Error

source§

fn from(err: UpdateQueueStatusError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateQuickConnectConfigError> for Error

source§

fn from(err: UpdateQuickConnectConfigError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateQuickConnectNameError> for Error

source§

fn from(err: UpdateQuickConnectNameError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRoutingProfileAgentAvailabilityTimerError> for Error

source§

fn from(err: UpdateRoutingProfileAgentAvailabilityTimerError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRoutingProfileConcurrencyError> for Error

source§

fn from(err: UpdateRoutingProfileConcurrencyError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRoutingProfileDefaultOutboundQueueError> for Error

source§

fn from(err: UpdateRoutingProfileDefaultOutboundQueueError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRoutingProfileNameError> for Error

source§

fn from(err: UpdateRoutingProfileNameError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRoutingProfileQueuesError> for Error

source§

fn from(err: UpdateRoutingProfileQueuesError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRuleError> for Error

source§

fn from(err: UpdateRuleError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSecurityProfileError> for Error

source§

fn from(err: UpdateSecurityProfileError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTaskTemplateError> for Error

source§

fn from(err: UpdateTaskTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTrafficDistributionError> for Error

source§

fn from(err: UpdateTrafficDistributionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserHierarchyError> for Error

source§

fn from(err: UpdateUserHierarchyError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserHierarchyGroupNameError> for Error

source§

fn from(err: UpdateUserHierarchyGroupNameError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserHierarchyStructureError> for Error

source§

fn from(err: UpdateUserHierarchyStructureError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserIdentityInfoError> for Error

source§

fn from(err: UpdateUserIdentityInfoError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserPhoneConfigError> for Error

source§

fn from(err: UpdateUserPhoneConfigError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserProficienciesError> for Error

source§

fn from(err: UpdateUserProficienciesError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserRoutingProfileError> for Error

source§

fn from(err: UpdateUserRoutingProfileError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserSecurityProfilesError> for Error

source§

fn from(err: UpdateUserSecurityProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateViewContentError> for Error

source§

fn from(err: UpdateViewContentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateViewMetadataError> for Error

source§

fn from(err: UpdateViewMetadataError) -> 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<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> Same for T

§

type Output = T

Should always be Self
source§

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

source§

default 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>,

§

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>,

§

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