#[non_exhaustive]pub enum Error {
Show 56 variants
AliasExistsException(AliasExistsException),
CodeDeliveryFailureException(CodeDeliveryFailureException),
CodeMismatchException(CodeMismatchException),
ConcurrentModificationException(ConcurrentModificationException),
DeviceKeyExistsException(DeviceKeyExistsException),
DuplicateProviderException(DuplicateProviderException),
EnableSoftwareTokenMfaException(EnableSoftwareTokenMfaException),
ExpiredCodeException(ExpiredCodeException),
FeatureUnavailableInTierException(FeatureUnavailableInTierException),
ForbiddenException(ForbiddenException),
GroupExistsException(GroupExistsException),
InternalErrorException(InternalErrorException),
InvalidEmailRoleAccessPolicyException(InvalidEmailRoleAccessPolicyException),
InvalidLambdaResponseException(InvalidLambdaResponseException),
InvalidOAuthFlowException(InvalidOAuthFlowException),
InvalidParameterException(InvalidParameterException),
InvalidPasswordException(InvalidPasswordException),
InvalidSmsRoleAccessPolicyException(InvalidSmsRoleAccessPolicyException),
InvalidSmsRoleTrustRelationshipException(InvalidSmsRoleTrustRelationshipException),
InvalidUserPoolConfigurationException(InvalidUserPoolConfigurationException),
LimitExceededException(LimitExceededException),
MfaMethodNotFoundException(MfaMethodNotFoundException),
ManagedLoginBrandingExistsException(ManagedLoginBrandingExistsException),
NotAuthorizedException(NotAuthorizedException),
PasswordHistoryPolicyViolationException(PasswordHistoryPolicyViolationException),
PasswordResetRequiredException(PasswordResetRequiredException),
PreconditionNotMetException(PreconditionNotMetException),
RefreshTokenReuseException(RefreshTokenReuseException),
ResourceNotFoundException(ResourceNotFoundException),
ScopeDoesNotExistException(ScopeDoesNotExistException),
SoftwareTokenMfaNotFoundException(SoftwareTokenMfaNotFoundException),
TermsExistsException(TermsExistsException),
TierChangeNotAllowedException(TierChangeNotAllowedException),
TooManyFailedAttemptsException(TooManyFailedAttemptsException),
TooManyRequestsException(TooManyRequestsException),
UnauthorizedException(UnauthorizedException),
UnexpectedLambdaException(UnexpectedLambdaException),
UnsupportedIdentityProviderException(UnsupportedIdentityProviderException),
UnsupportedOperationException(UnsupportedOperationException),
UnsupportedTokenTypeException(UnsupportedTokenTypeException),
UnsupportedUserStateException(UnsupportedUserStateException),
UserImportInProgressException(UserImportInProgressException),
UserLambdaValidationException(UserLambdaValidationException),
UserNotConfirmedException(UserNotConfirmedException),
UserNotFoundException(UserNotFoundException),
UserPoolAddOnNotEnabledException(UserPoolAddOnNotEnabledException),
UserPoolTaggingException(UserPoolTaggingException),
UsernameExistsException(UsernameExistsException),
WebAuthnChallengeNotFoundException(WebAuthnChallengeNotFoundException),
WebAuthnClientMismatchException(WebAuthnClientMismatchException),
WebAuthnConfigurationMissingException(WebAuthnConfigurationMissingException),
WebAuthnCredentialNotSupportedException(WebAuthnCredentialNotSupportedException),
WebAuthnNotEnabledException(WebAuthnNotEnabledException),
WebAuthnOriginNotAllowedException(WebAuthnOriginNotAllowedException),
WebAuthnRelyingPartyMismatchException(WebAuthnRelyingPartyMismatchException),
Unhandled(Unhandled),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AliasExistsException(AliasExistsException)
This exception is thrown when a user tries to confirm the account with an email address or phone number that has already been supplied as an alias for a different user profile. This exception indicates that an account with this email address or phone already exists in a user pool that you've configured to use email address or phone number as a sign-in alias.
CodeDeliveryFailureException(CodeDeliveryFailureException)
This exception is thrown when a verification code fails to deliver successfully.
CodeMismatchException(CodeMismatchException)
This exception is thrown if the provided code doesn't match what the server was expecting.
ConcurrentModificationException(ConcurrentModificationException)
This exception is thrown if two or more modifications are happening concurrently.
DeviceKeyExistsException(DeviceKeyExistsException)
This exception is thrown when a user attempts to confirm a device with a device key that already exists.
DuplicateProviderException(DuplicateProviderException)
This exception is thrown when the provider is already supported by the user pool.
EnableSoftwareTokenMfaException(EnableSoftwareTokenMfaException)
This exception is thrown when there is a code mismatch and the service fails to configure the software token TOTP multi-factor authentication (MFA).
ExpiredCodeException(ExpiredCodeException)
This exception is thrown if a code has expired.
This exception is thrown when a feature you attempted to configure isn't available in your current feature plan.
ForbiddenException(ForbiddenException)
This exception is thrown when WAF doesn't allow your request based on a web ACL that's associated with your user pool.
GroupExistsException(GroupExistsException)
This exception is thrown when Amazon Cognito encounters a group that already exists in the user pool.
InternalErrorException(InternalErrorException)
This exception is thrown when Amazon Cognito encounters an internal error.
InvalidEmailRoleAccessPolicyException(InvalidEmailRoleAccessPolicyException)
This exception is thrown when Amazon Cognito isn't allowed to use your email identity. HTTP status code: 400.
InvalidLambdaResponseException(InvalidLambdaResponseException)
This exception is thrown when Amazon Cognito encounters an invalid Lambda response.
InvalidOAuthFlowException(InvalidOAuthFlowException)
This exception is thrown when the specified OAuth flow is not valid.
InvalidParameterException(InvalidParameterException)
This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
InvalidPasswordException(InvalidPasswordException)
This exception is thrown when Amazon Cognito encounters an invalid password.
InvalidSmsRoleAccessPolicyException(InvalidSmsRoleAccessPolicyException)
This exception is returned when the role provided for SMS configuration doesn't have permission to publish using Amazon SNS.
InvalidSmsRoleTrustRelationshipException(InvalidSmsRoleTrustRelationshipException)
This exception is thrown when the trust relationship is not valid for the role provided for SMS configuration. This can happen if you don't trust cognito-idp.amazonaws.com
or the external ID provided in the role does not match what is provided in the SMS configuration for the user pool.
InvalidUserPoolConfigurationException(InvalidUserPoolConfigurationException)
This exception is thrown when the user pool configuration is not valid.
LimitExceededException(LimitExceededException)
This exception is thrown when a user exceeds the limit for a requested Amazon Web Services resource.
MfaMethodNotFoundException(MfaMethodNotFoundException)
This exception is thrown when Amazon Cognito can't find a multi-factor authentication (MFA) method.
ManagedLoginBrandingExistsException(ManagedLoginBrandingExistsException)
This exception is thrown when you attempt to apply a managed login branding style to an app client that already has an assigned style.
NotAuthorizedException(NotAuthorizedException)
This exception is thrown when a user isn't authorized.
PasswordHistoryPolicyViolationException(PasswordHistoryPolicyViolationException)
The message returned when a user's new password matches a previous password and doesn't comply with the password-history policy.
PasswordResetRequiredException(PasswordResetRequiredException)
This exception is thrown when a password reset is required.
PreconditionNotMetException(PreconditionNotMetException)
This exception is thrown when a precondition is not met.
RefreshTokenReuseException(RefreshTokenReuseException)
This exception is throw when your application requests token refresh with a refresh token that has been invalidated by refresh-token rotation.
ResourceNotFoundException(ResourceNotFoundException)
This exception is thrown when the Amazon Cognito service can't find the requested resource.
ScopeDoesNotExistException(ScopeDoesNotExistException)
This exception is thrown when the specified scope doesn't exist.
SoftwareTokenMfaNotFoundException(SoftwareTokenMfaNotFoundException)
This exception is thrown when the software token time-based one-time password (TOTP) multi-factor authentication (MFA) isn't activated for the user pool.
TermsExistsException(TermsExistsException)
Terms document names must be unique to the app client. This exception is thrown when you attempt to create terms documents with a duplicate TermsName
.
TierChangeNotAllowedException(TierChangeNotAllowedException)
This exception is thrown when you've attempted to change your feature plan but the operation isn't permitted.
TooManyFailedAttemptsException(TooManyFailedAttemptsException)
This exception is thrown when the user has made too many failed attempts for a given action, such as sign-in.
TooManyRequestsException(TooManyRequestsException)
This exception is thrown when the user has made too many requests for a given operation.
Exception that is thrown when the request isn't authorized. This can happen due to an invalid access token in the request.
UnexpectedLambdaException(UnexpectedLambdaException)
This exception is thrown when Amazon Cognito encounters an unexpected exception with Lambda.
UnsupportedIdentityProviderException(UnsupportedIdentityProviderException)
This exception is thrown when the specified identifier isn't supported.
UnsupportedOperationException(UnsupportedOperationException)
Exception that is thrown when you attempt to perform an operation that isn't enabled for the user pool client.
UnsupportedTokenTypeException(UnsupportedTokenTypeException)
Exception that is thrown when an unsupported token is passed to an operation.
UnsupportedUserStateException(UnsupportedUserStateException)
The request failed because the user is in an unsupported state.
UserImportInProgressException(UserImportInProgressException)
This exception is thrown when you're trying to modify a user pool while a user import job is in progress for that pool.
UserLambdaValidationException(UserLambdaValidationException)
This exception is thrown when the Amazon Cognito service encounters a user validation exception with the Lambda service.
UserNotConfirmedException(UserNotConfirmedException)
This exception is thrown when a user isn't confirmed successfully.
UserNotFoundException(UserNotFoundException)
This exception is thrown when a user isn't found.
UserPoolAddOnNotEnabledException(UserPoolAddOnNotEnabledException)
This exception is thrown when user pool add-ons aren't enabled.
UserPoolTaggingException(UserPoolTaggingException)
This exception is thrown when a user pool tag can't be set or updated.
UsernameExistsException(UsernameExistsException)
This exception is thrown when Amazon Cognito encounters a user name that already exists in the user pool.
WebAuthnChallengeNotFoundException(WebAuthnChallengeNotFoundException)
This exception is thrown when the challenge from StartWebAuthn
registration has expired.
WebAuthnClientMismatchException(WebAuthnClientMismatchException)
This exception is thrown when the access token is for a different client than the one in the original StartWebAuthnRegistration
request.
WebAuthnConfigurationMissingException(WebAuthnConfigurationMissingException)
This exception is thrown when a user pool doesn't have a configured relying party id or a user pool domain.
WebAuthnCredentialNotSupportedException(WebAuthnCredentialNotSupportedException)
This exception is thrown when a user presents passkey credentials from an unsupported device or provider.
WebAuthnNotEnabledException(WebAuthnNotEnabledException)
This exception is thrown when the passkey feature isn't enabled for the user pool.
WebAuthnOriginNotAllowedException(WebAuthnOriginNotAllowedException)
This exception is thrown when the passkey credential's registration origin does not align with the user pool relying party id.
WebAuthnRelyingPartyMismatchException(WebAuthnRelyingPartyMismatchException)
This exception is thrown when the given passkey credential is associated with a different relying party ID than the user pool relying party ID.
Unhandled(Unhandled)
Unhandled
directly is not forwards compatible. Instead, match using a variable wildcard pattern and check .code()
:
err if err.code() == Some("SpecificExceptionCode") => { /* handle the error */ }
See ProvideErrorMetadata
for what information is available for the error.An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Trait Implementations§
Source§impl Error for Error
impl Error for Error
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
Source§impl From<AddCustomAttributesError> for Error
impl From<AddCustomAttributesError> for Error
Source§fn from(err: AddCustomAttributesError) -> Self
fn from(err: AddCustomAttributesError) -> Self
Source§impl From<AdminAddUserToGroupError> for Error
impl From<AdminAddUserToGroupError> for Error
Source§fn from(err: AdminAddUserToGroupError) -> Self
fn from(err: AdminAddUserToGroupError) -> Self
Source§impl From<AdminConfirmSignUpError> for Error
impl From<AdminConfirmSignUpError> for Error
Source§fn from(err: AdminConfirmSignUpError) -> Self
fn from(err: AdminConfirmSignUpError) -> Self
Source§impl From<AdminCreateUserError> for Error
impl From<AdminCreateUserError> for Error
Source§fn from(err: AdminCreateUserError) -> Self
fn from(err: AdminCreateUserError) -> Self
Source§impl From<AdminDeleteUserAttributesError> for Error
impl From<AdminDeleteUserAttributesError> for Error
Source§fn from(err: AdminDeleteUserAttributesError) -> Self
fn from(err: AdminDeleteUserAttributesError) -> Self
Source§impl From<AdminDeleteUserError> for Error
impl From<AdminDeleteUserError> for Error
Source§fn from(err: AdminDeleteUserError) -> Self
fn from(err: AdminDeleteUserError) -> Self
Source§impl From<AdminDisableProviderForUserError> for Error
impl From<AdminDisableProviderForUserError> for Error
Source§fn from(err: AdminDisableProviderForUserError) -> Self
fn from(err: AdminDisableProviderForUserError) -> Self
Source§impl From<AdminDisableUserError> for Error
impl From<AdminDisableUserError> for Error
Source§fn from(err: AdminDisableUserError) -> Self
fn from(err: AdminDisableUserError) -> Self
Source§impl From<AdminEnableUserError> for Error
impl From<AdminEnableUserError> for Error
Source§fn from(err: AdminEnableUserError) -> Self
fn from(err: AdminEnableUserError) -> Self
Source§impl From<AdminForgetDeviceError> for Error
impl From<AdminForgetDeviceError> for Error
Source§fn from(err: AdminForgetDeviceError) -> Self
fn from(err: AdminForgetDeviceError) -> Self
Source§impl From<AdminGetDeviceError> for Error
impl From<AdminGetDeviceError> for Error
Source§fn from(err: AdminGetDeviceError) -> Self
fn from(err: AdminGetDeviceError) -> Self
Source§impl From<AdminGetUserError> for Error
impl From<AdminGetUserError> for Error
Source§fn from(err: AdminGetUserError) -> Self
fn from(err: AdminGetUserError) -> Self
Source§impl From<AdminInitiateAuthError> for Error
impl From<AdminInitiateAuthError> for Error
Source§fn from(err: AdminInitiateAuthError) -> Self
fn from(err: AdminInitiateAuthError) -> Self
Source§impl From<AdminLinkProviderForUserError> for Error
impl From<AdminLinkProviderForUserError> for Error
Source§fn from(err: AdminLinkProviderForUserError) -> Self
fn from(err: AdminLinkProviderForUserError) -> Self
Source§impl From<AdminListDevicesError> for Error
impl From<AdminListDevicesError> for Error
Source§fn from(err: AdminListDevicesError) -> Self
fn from(err: AdminListDevicesError) -> Self
Source§impl From<AdminListGroupsForUserError> for Error
impl From<AdminListGroupsForUserError> for Error
Source§fn from(err: AdminListGroupsForUserError) -> Self
fn from(err: AdminListGroupsForUserError) -> Self
Source§impl From<AdminListUserAuthEventsError> for Error
impl From<AdminListUserAuthEventsError> for Error
Source§fn from(err: AdminListUserAuthEventsError) -> Self
fn from(err: AdminListUserAuthEventsError) -> Self
Source§impl From<AdminRemoveUserFromGroupError> for Error
impl From<AdminRemoveUserFromGroupError> for Error
Source§fn from(err: AdminRemoveUserFromGroupError) -> Self
fn from(err: AdminRemoveUserFromGroupError) -> Self
Source§impl From<AdminResetUserPasswordError> for Error
impl From<AdminResetUserPasswordError> for Error
Source§fn from(err: AdminResetUserPasswordError) -> Self
fn from(err: AdminResetUserPasswordError) -> Self
Source§impl From<AdminRespondToAuthChallengeError> for Error
impl From<AdminRespondToAuthChallengeError> for Error
Source§fn from(err: AdminRespondToAuthChallengeError) -> Self
fn from(err: AdminRespondToAuthChallengeError) -> Self
Source§impl From<AdminSetUserMFAPreferenceError> for Error
impl From<AdminSetUserMFAPreferenceError> for Error
Source§fn from(err: AdminSetUserMFAPreferenceError) -> Self
fn from(err: AdminSetUserMFAPreferenceError) -> Self
Source§impl From<AdminSetUserPasswordError> for Error
impl From<AdminSetUserPasswordError> for Error
Source§fn from(err: AdminSetUserPasswordError) -> Self
fn from(err: AdminSetUserPasswordError) -> Self
Source§impl From<AdminSetUserSettingsError> for Error
impl From<AdminSetUserSettingsError> for Error
Source§fn from(err: AdminSetUserSettingsError) -> Self
fn from(err: AdminSetUserSettingsError) -> Self
Source§impl From<AdminUpdateAuthEventFeedbackError> for Error
impl From<AdminUpdateAuthEventFeedbackError> for Error
Source§fn from(err: AdminUpdateAuthEventFeedbackError) -> Self
fn from(err: AdminUpdateAuthEventFeedbackError) -> Self
Source§impl From<AdminUpdateDeviceStatusError> for Error
impl From<AdminUpdateDeviceStatusError> for Error
Source§fn from(err: AdminUpdateDeviceStatusError) -> Self
fn from(err: AdminUpdateDeviceStatusError) -> Self
Source§impl From<AdminUpdateUserAttributesError> for Error
impl From<AdminUpdateUserAttributesError> for Error
Source§fn from(err: AdminUpdateUserAttributesError) -> Self
fn from(err: AdminUpdateUserAttributesError) -> Self
Source§impl From<AdminUserGlobalSignOutError> for Error
impl From<AdminUserGlobalSignOutError> for Error
Source§fn from(err: AdminUserGlobalSignOutError) -> Self
fn from(err: AdminUserGlobalSignOutError) -> Self
Source§impl From<AssociateSoftwareTokenError> for Error
impl From<AssociateSoftwareTokenError> for Error
Source§fn from(err: AssociateSoftwareTokenError) -> Self
fn from(err: AssociateSoftwareTokenError) -> Self
Source§impl From<BuildError> for Error
impl From<BuildError> for Error
Source§fn from(value: BuildError) -> Self
fn from(value: BuildError) -> Self
Source§impl From<ChangePasswordError> for Error
impl From<ChangePasswordError> for Error
Source§fn from(err: ChangePasswordError) -> Self
fn from(err: ChangePasswordError) -> Self
Source§impl From<CompleteWebAuthnRegistrationError> for Error
impl From<CompleteWebAuthnRegistrationError> for Error
Source§fn from(err: CompleteWebAuthnRegistrationError) -> Self
fn from(err: CompleteWebAuthnRegistrationError) -> Self
Source§impl From<ConfirmDeviceError> for Error
impl From<ConfirmDeviceError> for Error
Source§fn from(err: ConfirmDeviceError) -> Self
fn from(err: ConfirmDeviceError) -> Self
Source§impl From<ConfirmForgotPasswordError> for Error
impl From<ConfirmForgotPasswordError> for Error
Source§fn from(err: ConfirmForgotPasswordError) -> Self
fn from(err: ConfirmForgotPasswordError) -> Self
Source§impl From<ConfirmSignUpError> for Error
impl From<ConfirmSignUpError> for Error
Source§fn from(err: ConfirmSignUpError) -> Self
fn from(err: ConfirmSignUpError) -> Self
Source§impl From<CreateGroupError> for Error
impl From<CreateGroupError> for Error
Source§fn from(err: CreateGroupError) -> Self
fn from(err: CreateGroupError) -> Self
Source§impl From<CreateIdentityProviderError> for Error
impl From<CreateIdentityProviderError> for Error
Source§fn from(err: CreateIdentityProviderError) -> Self
fn from(err: CreateIdentityProviderError) -> Self
Source§impl From<CreateManagedLoginBrandingError> for Error
impl From<CreateManagedLoginBrandingError> for Error
Source§fn from(err: CreateManagedLoginBrandingError) -> Self
fn from(err: CreateManagedLoginBrandingError) -> Self
Source§impl From<CreateResourceServerError> for Error
impl From<CreateResourceServerError> for Error
Source§fn from(err: CreateResourceServerError) -> Self
fn from(err: CreateResourceServerError) -> Self
Source§impl From<CreateTermsError> for Error
impl From<CreateTermsError> for Error
Source§fn from(err: CreateTermsError) -> Self
fn from(err: CreateTermsError) -> Self
Source§impl From<CreateUserImportJobError> for Error
impl From<CreateUserImportJobError> for Error
Source§fn from(err: CreateUserImportJobError) -> Self
fn from(err: CreateUserImportJobError) -> Self
Source§impl From<CreateUserPoolClientError> for Error
impl From<CreateUserPoolClientError> for Error
Source§fn from(err: CreateUserPoolClientError) -> Self
fn from(err: CreateUserPoolClientError) -> Self
Source§impl From<CreateUserPoolDomainError> for Error
impl From<CreateUserPoolDomainError> for Error
Source§fn from(err: CreateUserPoolDomainError) -> Self
fn from(err: CreateUserPoolDomainError) -> Self
Source§impl From<CreateUserPoolError> for Error
impl From<CreateUserPoolError> for Error
Source§fn from(err: CreateUserPoolError) -> Self
fn from(err: CreateUserPoolError) -> Self
Source§impl From<DeleteGroupError> for Error
impl From<DeleteGroupError> for Error
Source§fn from(err: DeleteGroupError) -> Self
fn from(err: DeleteGroupError) -> Self
Source§impl From<DeleteIdentityProviderError> for Error
impl From<DeleteIdentityProviderError> for Error
Source§fn from(err: DeleteIdentityProviderError) -> Self
fn from(err: DeleteIdentityProviderError) -> Self
Source§impl From<DeleteManagedLoginBrandingError> for Error
impl From<DeleteManagedLoginBrandingError> for Error
Source§fn from(err: DeleteManagedLoginBrandingError) -> Self
fn from(err: DeleteManagedLoginBrandingError) -> Self
Source§impl From<DeleteResourceServerError> for Error
impl From<DeleteResourceServerError> for Error
Source§fn from(err: DeleteResourceServerError) -> Self
fn from(err: DeleteResourceServerError) -> Self
Source§impl From<DeleteTermsError> for Error
impl From<DeleteTermsError> for Error
Source§fn from(err: DeleteTermsError) -> Self
fn from(err: DeleteTermsError) -> Self
Source§impl From<DeleteUserAttributesError> for Error
impl From<DeleteUserAttributesError> for Error
Source§fn from(err: DeleteUserAttributesError) -> Self
fn from(err: DeleteUserAttributesError) -> Self
Source§impl From<DeleteUserError> for Error
impl From<DeleteUserError> for Error
Source§fn from(err: DeleteUserError) -> Self
fn from(err: DeleteUserError) -> Self
Source§impl From<DeleteUserPoolClientError> for Error
impl From<DeleteUserPoolClientError> for Error
Source§fn from(err: DeleteUserPoolClientError) -> Self
fn from(err: DeleteUserPoolClientError) -> Self
Source§impl From<DeleteUserPoolDomainError> for Error
impl From<DeleteUserPoolDomainError> for Error
Source§fn from(err: DeleteUserPoolDomainError) -> Self
fn from(err: DeleteUserPoolDomainError) -> Self
Source§impl From<DeleteUserPoolError> for Error
impl From<DeleteUserPoolError> for Error
Source§fn from(err: DeleteUserPoolError) -> Self
fn from(err: DeleteUserPoolError) -> Self
Source§impl From<DeleteWebAuthnCredentialError> for Error
impl From<DeleteWebAuthnCredentialError> for Error
Source§fn from(err: DeleteWebAuthnCredentialError) -> Self
fn from(err: DeleteWebAuthnCredentialError) -> Self
Source§impl From<DescribeIdentityProviderError> for Error
impl From<DescribeIdentityProviderError> for Error
Source§fn from(err: DescribeIdentityProviderError) -> Self
fn from(err: DescribeIdentityProviderError) -> Self
Source§impl From<DescribeManagedLoginBrandingByClientError> for Error
impl From<DescribeManagedLoginBrandingByClientError> for Error
Source§fn from(err: DescribeManagedLoginBrandingByClientError) -> Self
fn from(err: DescribeManagedLoginBrandingByClientError) -> Self
Source§impl From<DescribeManagedLoginBrandingError> for Error
impl From<DescribeManagedLoginBrandingError> for Error
Source§fn from(err: DescribeManagedLoginBrandingError) -> Self
fn from(err: DescribeManagedLoginBrandingError) -> Self
Source§impl From<DescribeResourceServerError> for Error
impl From<DescribeResourceServerError> for Error
Source§fn from(err: DescribeResourceServerError) -> Self
fn from(err: DescribeResourceServerError) -> Self
Source§impl From<DescribeRiskConfigurationError> for Error
impl From<DescribeRiskConfigurationError> for Error
Source§fn from(err: DescribeRiskConfigurationError) -> Self
fn from(err: DescribeRiskConfigurationError) -> Self
Source§impl From<DescribeTermsError> for Error
impl From<DescribeTermsError> for Error
Source§fn from(err: DescribeTermsError) -> Self
fn from(err: DescribeTermsError) -> Self
Source§impl From<DescribeUserImportJobError> for Error
impl From<DescribeUserImportJobError> for Error
Source§fn from(err: DescribeUserImportJobError) -> Self
fn from(err: DescribeUserImportJobError) -> Self
Source§impl From<DescribeUserPoolClientError> for Error
impl From<DescribeUserPoolClientError> for Error
Source§fn from(err: DescribeUserPoolClientError) -> Self
fn from(err: DescribeUserPoolClientError) -> Self
Source§impl From<DescribeUserPoolDomainError> for Error
impl From<DescribeUserPoolDomainError> for Error
Source§fn from(err: DescribeUserPoolDomainError) -> Self
fn from(err: DescribeUserPoolDomainError) -> Self
Source§impl From<DescribeUserPoolError> for Error
impl From<DescribeUserPoolError> for Error
Source§fn from(err: DescribeUserPoolError) -> Self
fn from(err: DescribeUserPoolError) -> Self
Source§impl From<ForgetDeviceError> for Error
impl From<ForgetDeviceError> for Error
Source§fn from(err: ForgetDeviceError) -> Self
fn from(err: ForgetDeviceError) -> Self
Source§impl From<ForgotPasswordError> for Error
impl From<ForgotPasswordError> for Error
Source§fn from(err: ForgotPasswordError) -> Self
fn from(err: ForgotPasswordError) -> Self
Source§impl From<GetCSVHeaderError> for Error
impl From<GetCSVHeaderError> for Error
Source§fn from(err: GetCSVHeaderError) -> Self
fn from(err: GetCSVHeaderError) -> Self
Source§impl From<GetDeviceError> for Error
impl From<GetDeviceError> for Error
Source§fn from(err: GetDeviceError) -> Self
fn from(err: GetDeviceError) -> Self
Source§impl From<GetGroupError> for Error
impl From<GetGroupError> for Error
Source§fn from(err: GetGroupError) -> Self
fn from(err: GetGroupError) -> Self
Source§impl From<GetIdentityProviderByIdentifierError> for Error
impl From<GetIdentityProviderByIdentifierError> for Error
Source§fn from(err: GetIdentityProviderByIdentifierError) -> Self
fn from(err: GetIdentityProviderByIdentifierError) -> Self
Source§impl From<GetLogDeliveryConfigurationError> for Error
impl From<GetLogDeliveryConfigurationError> for Error
Source§fn from(err: GetLogDeliveryConfigurationError) -> Self
fn from(err: GetLogDeliveryConfigurationError) -> Self
Source§impl From<GetSigningCertificateError> for Error
impl From<GetSigningCertificateError> for Error
Source§fn from(err: GetSigningCertificateError) -> Self
fn from(err: GetSigningCertificateError) -> Self
Source§impl From<GetTokensFromRefreshTokenError> for Error
impl From<GetTokensFromRefreshTokenError> for Error
Source§fn from(err: GetTokensFromRefreshTokenError) -> Self
fn from(err: GetTokensFromRefreshTokenError) -> Self
Source§impl From<GetUICustomizationError> for Error
impl From<GetUICustomizationError> for Error
Source§fn from(err: GetUICustomizationError) -> Self
fn from(err: GetUICustomizationError) -> Self
Source§impl From<GetUserAttributeVerificationCodeError> for Error
impl From<GetUserAttributeVerificationCodeError> for Error
Source§fn from(err: GetUserAttributeVerificationCodeError) -> Self
fn from(err: GetUserAttributeVerificationCodeError) -> Self
Source§impl From<GetUserAuthFactorsError> for Error
impl From<GetUserAuthFactorsError> for Error
Source§fn from(err: GetUserAuthFactorsError) -> Self
fn from(err: GetUserAuthFactorsError) -> Self
Source§impl From<GetUserError> for Error
impl From<GetUserError> for Error
Source§fn from(err: GetUserError) -> Self
fn from(err: GetUserError) -> Self
Source§impl From<GetUserPoolMfaConfigError> for Error
impl From<GetUserPoolMfaConfigError> for Error
Source§fn from(err: GetUserPoolMfaConfigError) -> Self
fn from(err: GetUserPoolMfaConfigError) -> Self
Source§impl From<GlobalSignOutError> for Error
impl From<GlobalSignOutError> for Error
Source§fn from(err: GlobalSignOutError) -> Self
fn from(err: GlobalSignOutError) -> Self
Source§impl From<InitiateAuthError> for Error
impl From<InitiateAuthError> for Error
Source§fn from(err: InitiateAuthError) -> Self
fn from(err: InitiateAuthError) -> Self
Source§impl From<ListDevicesError> for Error
impl From<ListDevicesError> for Error
Source§fn from(err: ListDevicesError) -> Self
fn from(err: ListDevicesError) -> Self
Source§impl From<ListGroupsError> for Error
impl From<ListGroupsError> for Error
Source§fn from(err: ListGroupsError) -> Self
fn from(err: ListGroupsError) -> Self
Source§impl From<ListIdentityProvidersError> for Error
impl From<ListIdentityProvidersError> for Error
Source§fn from(err: ListIdentityProvidersError) -> Self
fn from(err: ListIdentityProvidersError) -> Self
Source§impl From<ListResourceServersError> for Error
impl From<ListResourceServersError> for Error
Source§fn from(err: ListResourceServersError) -> Self
fn from(err: ListResourceServersError) -> Self
Source§impl From<ListTagsForResourceError> for Error
impl From<ListTagsForResourceError> for Error
Source§fn from(err: ListTagsForResourceError) -> Self
fn from(err: ListTagsForResourceError) -> Self
Source§impl From<ListTermsError> for Error
impl From<ListTermsError> for Error
Source§fn from(err: ListTermsError) -> Self
fn from(err: ListTermsError) -> Self
Source§impl From<ListUserImportJobsError> for Error
impl From<ListUserImportJobsError> for Error
Source§fn from(err: ListUserImportJobsError) -> Self
fn from(err: ListUserImportJobsError) -> Self
Source§impl From<ListUserPoolClientsError> for Error
impl From<ListUserPoolClientsError> for Error
Source§fn from(err: ListUserPoolClientsError) -> Self
fn from(err: ListUserPoolClientsError) -> Self
Source§impl From<ListUserPoolsError> for Error
impl From<ListUserPoolsError> for Error
Source§fn from(err: ListUserPoolsError) -> Self
fn from(err: ListUserPoolsError) -> Self
Source§impl From<ListUsersError> for Error
impl From<ListUsersError> for Error
Source§fn from(err: ListUsersError) -> Self
fn from(err: ListUsersError) -> Self
Source§impl From<ListUsersInGroupError> for Error
impl From<ListUsersInGroupError> for Error
Source§fn from(err: ListUsersInGroupError) -> Self
fn from(err: ListUsersInGroupError) -> Self
Source§impl From<ListWebAuthnCredentialsError> for Error
impl From<ListWebAuthnCredentialsError> for Error
Source§fn from(err: ListWebAuthnCredentialsError) -> Self
fn from(err: ListWebAuthnCredentialsError) -> Self
Source§impl From<ResendConfirmationCodeError> for Error
impl From<ResendConfirmationCodeError> for Error
Source§fn from(err: ResendConfirmationCodeError) -> Self
fn from(err: ResendConfirmationCodeError) -> Self
Source§impl From<RespondToAuthChallengeError> for Error
impl From<RespondToAuthChallengeError> for Error
Source§fn from(err: RespondToAuthChallengeError) -> Self
fn from(err: RespondToAuthChallengeError) -> Self
Source§impl From<RevokeTokenError> for Error
impl From<RevokeTokenError> for Error
Source§fn from(err: RevokeTokenError) -> Self
fn from(err: RevokeTokenError) -> Self
Source§impl<R> From<SdkError<AddCustomAttributesError, R>> for Error
impl<R> From<SdkError<AddCustomAttributesError, R>> for Error
Source§fn from(err: SdkError<AddCustomAttributesError, R>) -> Self
fn from(err: SdkError<AddCustomAttributesError, R>) -> Self
Source§impl<R> From<SdkError<AdminAddUserToGroupError, R>> for Error
impl<R> From<SdkError<AdminAddUserToGroupError, R>> for Error
Source§fn from(err: SdkError<AdminAddUserToGroupError, R>) -> Self
fn from(err: SdkError<AdminAddUserToGroupError, R>) -> Self
Source§impl<R> From<SdkError<AdminConfirmSignUpError, R>> for Error
impl<R> From<SdkError<AdminConfirmSignUpError, R>> for Error
Source§fn from(err: SdkError<AdminConfirmSignUpError, R>) -> Self
fn from(err: SdkError<AdminConfirmSignUpError, R>) -> Self
Source§impl<R> From<SdkError<AdminCreateUserError, R>> for Error
impl<R> From<SdkError<AdminCreateUserError, R>> for Error
Source§fn from(err: SdkError<AdminCreateUserError, R>) -> Self
fn from(err: SdkError<AdminCreateUserError, R>) -> Self
Source§impl<R> From<SdkError<AdminDeleteUserAttributesError, R>> for Error
impl<R> From<SdkError<AdminDeleteUserAttributesError, R>> for Error
Source§fn from(err: SdkError<AdminDeleteUserAttributesError, R>) -> Self
fn from(err: SdkError<AdminDeleteUserAttributesError, R>) -> Self
Source§impl<R> From<SdkError<AdminDeleteUserError, R>> for Error
impl<R> From<SdkError<AdminDeleteUserError, R>> for Error
Source§fn from(err: SdkError<AdminDeleteUserError, R>) -> Self
fn from(err: SdkError<AdminDeleteUserError, R>) -> Self
Source§impl<R> From<SdkError<AdminDisableProviderForUserError, R>> for Error
impl<R> From<SdkError<AdminDisableProviderForUserError, R>> for Error
Source§fn from(err: SdkError<AdminDisableProviderForUserError, R>) -> Self
fn from(err: SdkError<AdminDisableProviderForUserError, R>) -> Self
Source§impl<R> From<SdkError<AdminDisableUserError, R>> for Error
impl<R> From<SdkError<AdminDisableUserError, R>> for Error
Source§fn from(err: SdkError<AdminDisableUserError, R>) -> Self
fn from(err: SdkError<AdminDisableUserError, R>) -> Self
Source§impl<R> From<SdkError<AdminEnableUserError, R>> for Error
impl<R> From<SdkError<AdminEnableUserError, R>> for Error
Source§fn from(err: SdkError<AdminEnableUserError, R>) -> Self
fn from(err: SdkError<AdminEnableUserError, R>) -> Self
Source§impl<R> From<SdkError<AdminForgetDeviceError, R>> for Error
impl<R> From<SdkError<AdminForgetDeviceError, R>> for Error
Source§fn from(err: SdkError<AdminForgetDeviceError, R>) -> Self
fn from(err: SdkError<AdminForgetDeviceError, R>) -> Self
Source§impl<R> From<SdkError<AdminGetDeviceError, R>> for Error
impl<R> From<SdkError<AdminGetDeviceError, R>> for Error
Source§fn from(err: SdkError<AdminGetDeviceError, R>) -> Self
fn from(err: SdkError<AdminGetDeviceError, R>) -> Self
Source§impl<R> From<SdkError<AdminGetUserError, R>> for Error
impl<R> From<SdkError<AdminGetUserError, R>> for Error
Source§fn from(err: SdkError<AdminGetUserError, R>) -> Self
fn from(err: SdkError<AdminGetUserError, R>) -> Self
Source§impl<R> From<SdkError<AdminInitiateAuthError, R>> for Error
impl<R> From<SdkError<AdminInitiateAuthError, R>> for Error
Source§fn from(err: SdkError<AdminInitiateAuthError, R>) -> Self
fn from(err: SdkError<AdminInitiateAuthError, R>) -> Self
Source§impl<R> From<SdkError<AdminLinkProviderForUserError, R>> for Error
impl<R> From<SdkError<AdminLinkProviderForUserError, R>> for Error
Source§fn from(err: SdkError<AdminLinkProviderForUserError, R>) -> Self
fn from(err: SdkError<AdminLinkProviderForUserError, R>) -> Self
Source§impl<R> From<SdkError<AdminListDevicesError, R>> for Error
impl<R> From<SdkError<AdminListDevicesError, R>> for Error
Source§fn from(err: SdkError<AdminListDevicesError, R>) -> Self
fn from(err: SdkError<AdminListDevicesError, R>) -> Self
Source§impl<R> From<SdkError<AdminListGroupsForUserError, R>> for Error
impl<R> From<SdkError<AdminListGroupsForUserError, R>> for Error
Source§fn from(err: SdkError<AdminListGroupsForUserError, R>) -> Self
fn from(err: SdkError<AdminListGroupsForUserError, R>) -> Self
Source§impl<R> From<SdkError<AdminListUserAuthEventsError, R>> for Error
impl<R> From<SdkError<AdminListUserAuthEventsError, R>> for Error
Source§fn from(err: SdkError<AdminListUserAuthEventsError, R>) -> Self
fn from(err: SdkError<AdminListUserAuthEventsError, R>) -> Self
Source§impl<R> From<SdkError<AdminRemoveUserFromGroupError, R>> for Error
impl<R> From<SdkError<AdminRemoveUserFromGroupError, R>> for Error
Source§fn from(err: SdkError<AdminRemoveUserFromGroupError, R>) -> Self
fn from(err: SdkError<AdminRemoveUserFromGroupError, R>) -> Self
Source§impl<R> From<SdkError<AdminResetUserPasswordError, R>> for Error
impl<R> From<SdkError<AdminResetUserPasswordError, R>> for Error
Source§fn from(err: SdkError<AdminResetUserPasswordError, R>) -> Self
fn from(err: SdkError<AdminResetUserPasswordError, R>) -> Self
Source§impl<R> From<SdkError<AdminRespondToAuthChallengeError, R>> for Error
impl<R> From<SdkError<AdminRespondToAuthChallengeError, R>> for Error
Source§fn from(err: SdkError<AdminRespondToAuthChallengeError, R>) -> Self
fn from(err: SdkError<AdminRespondToAuthChallengeError, R>) -> Self
Source§impl<R> From<SdkError<AdminSetUserMFAPreferenceError, R>> for Error
impl<R> From<SdkError<AdminSetUserMFAPreferenceError, R>> for Error
Source§fn from(err: SdkError<AdminSetUserMFAPreferenceError, R>) -> Self
fn from(err: SdkError<AdminSetUserMFAPreferenceError, R>) -> Self
Source§impl<R> From<SdkError<AdminSetUserPasswordError, R>> for Error
impl<R> From<SdkError<AdminSetUserPasswordError, R>> for Error
Source§fn from(err: SdkError<AdminSetUserPasswordError, R>) -> Self
fn from(err: SdkError<AdminSetUserPasswordError, R>) -> Self
Source§impl<R> From<SdkError<AdminSetUserSettingsError, R>> for Error
impl<R> From<SdkError<AdminSetUserSettingsError, R>> for Error
Source§fn from(err: SdkError<AdminSetUserSettingsError, R>) -> Self
fn from(err: SdkError<AdminSetUserSettingsError, R>) -> Self
Source§impl<R> From<SdkError<AdminUpdateAuthEventFeedbackError, R>> for Error
impl<R> From<SdkError<AdminUpdateAuthEventFeedbackError, R>> for Error
Source§fn from(err: SdkError<AdminUpdateAuthEventFeedbackError, R>) -> Self
fn from(err: SdkError<AdminUpdateAuthEventFeedbackError, R>) -> Self
Source§impl<R> From<SdkError<AdminUpdateDeviceStatusError, R>> for Error
impl<R> From<SdkError<AdminUpdateDeviceStatusError, R>> for Error
Source§fn from(err: SdkError<AdminUpdateDeviceStatusError, R>) -> Self
fn from(err: SdkError<AdminUpdateDeviceStatusError, R>) -> Self
Source§impl<R> From<SdkError<AdminUpdateUserAttributesError, R>> for Error
impl<R> From<SdkError<AdminUpdateUserAttributesError, R>> for Error
Source§fn from(err: SdkError<AdminUpdateUserAttributesError, R>) -> Self
fn from(err: SdkError<AdminUpdateUserAttributesError, R>) -> Self
Source§impl<R> From<SdkError<AdminUserGlobalSignOutError, R>> for Error
impl<R> From<SdkError<AdminUserGlobalSignOutError, R>> for Error
Source§fn from(err: SdkError<AdminUserGlobalSignOutError, R>) -> Self
fn from(err: SdkError<AdminUserGlobalSignOutError, R>) -> Self
Source§impl<R> From<SdkError<AssociateSoftwareTokenError, R>> for Error
impl<R> From<SdkError<AssociateSoftwareTokenError, R>> for Error
Source§fn from(err: SdkError<AssociateSoftwareTokenError, R>) -> Self
fn from(err: SdkError<AssociateSoftwareTokenError, R>) -> Self
Source§impl<R> From<SdkError<ChangePasswordError, R>> for Error
impl<R> From<SdkError<ChangePasswordError, R>> for Error
Source§fn from(err: SdkError<ChangePasswordError, R>) -> Self
fn from(err: SdkError<ChangePasswordError, R>) -> Self
Source§impl<R> From<SdkError<CompleteWebAuthnRegistrationError, R>> for Error
impl<R> From<SdkError<CompleteWebAuthnRegistrationError, R>> for Error
Source§fn from(err: SdkError<CompleteWebAuthnRegistrationError, R>) -> Self
fn from(err: SdkError<CompleteWebAuthnRegistrationError, R>) -> Self
Source§impl<R> From<SdkError<ConfirmDeviceError, R>> for Error
impl<R> From<SdkError<ConfirmDeviceError, R>> for Error
Source§fn from(err: SdkError<ConfirmDeviceError, R>) -> Self
fn from(err: SdkError<ConfirmDeviceError, R>) -> Self
Source§impl<R> From<SdkError<ConfirmForgotPasswordError, R>> for Error
impl<R> From<SdkError<ConfirmForgotPasswordError, R>> for Error
Source§fn from(err: SdkError<ConfirmForgotPasswordError, R>) -> Self
fn from(err: SdkError<ConfirmForgotPasswordError, R>) -> Self
Source§impl<R> From<SdkError<ConfirmSignUpError, R>> for Error
impl<R> From<SdkError<ConfirmSignUpError, R>> for Error
Source§fn from(err: SdkError<ConfirmSignUpError, R>) -> Self
fn from(err: SdkError<ConfirmSignUpError, R>) -> Self
Source§impl<R> From<SdkError<CreateGroupError, R>> for Error
impl<R> From<SdkError<CreateGroupError, R>> for Error
Source§fn from(err: SdkError<CreateGroupError, R>) -> Self
fn from(err: SdkError<CreateGroupError, R>) -> Self
Source§impl<R> From<SdkError<CreateIdentityProviderError, R>> for Error
impl<R> From<SdkError<CreateIdentityProviderError, R>> for Error
Source§fn from(err: SdkError<CreateIdentityProviderError, R>) -> Self
fn from(err: SdkError<CreateIdentityProviderError, R>) -> Self
Source§impl<R> From<SdkError<CreateManagedLoginBrandingError, R>> for Error
impl<R> From<SdkError<CreateManagedLoginBrandingError, R>> for Error
Source§fn from(err: SdkError<CreateManagedLoginBrandingError, R>) -> Self
fn from(err: SdkError<CreateManagedLoginBrandingError, R>) -> Self
Source§impl<R> From<SdkError<CreateResourceServerError, R>> for Error
impl<R> From<SdkError<CreateResourceServerError, R>> for Error
Source§fn from(err: SdkError<CreateResourceServerError, R>) -> Self
fn from(err: SdkError<CreateResourceServerError, R>) -> Self
Source§impl<R> From<SdkError<CreateTermsError, R>> for Error
impl<R> From<SdkError<CreateTermsError, R>> for Error
Source§fn from(err: SdkError<CreateTermsError, R>) -> Self
fn from(err: SdkError<CreateTermsError, R>) -> Self
Source§impl<R> From<SdkError<CreateUserImportJobError, R>> for Error
impl<R> From<SdkError<CreateUserImportJobError, R>> for Error
Source§fn from(err: SdkError<CreateUserImportJobError, R>) -> Self
fn from(err: SdkError<CreateUserImportJobError, R>) -> Self
Source§impl<R> From<SdkError<CreateUserPoolClientError, R>> for Error
impl<R> From<SdkError<CreateUserPoolClientError, R>> for Error
Source§fn from(err: SdkError<CreateUserPoolClientError, R>) -> Self
fn from(err: SdkError<CreateUserPoolClientError, R>) -> Self
Source§impl<R> From<SdkError<CreateUserPoolDomainError, R>> for Error
impl<R> From<SdkError<CreateUserPoolDomainError, R>> for Error
Source§fn from(err: SdkError<CreateUserPoolDomainError, R>) -> Self
fn from(err: SdkError<CreateUserPoolDomainError, R>) -> Self
Source§impl<R> From<SdkError<CreateUserPoolError, R>> for Error
impl<R> From<SdkError<CreateUserPoolError, R>> for Error
Source§fn from(err: SdkError<CreateUserPoolError, R>) -> Self
fn from(err: SdkError<CreateUserPoolError, R>) -> Self
Source§impl<R> From<SdkError<DeleteGroupError, R>> for Error
impl<R> From<SdkError<DeleteGroupError, R>> for Error
Source§fn from(err: SdkError<DeleteGroupError, R>) -> Self
fn from(err: SdkError<DeleteGroupError, R>) -> Self
Source§impl<R> From<SdkError<DeleteIdentityProviderError, R>> for Error
impl<R> From<SdkError<DeleteIdentityProviderError, R>> for Error
Source§fn from(err: SdkError<DeleteIdentityProviderError, R>) -> Self
fn from(err: SdkError<DeleteIdentityProviderError, R>) -> Self
Source§impl<R> From<SdkError<DeleteManagedLoginBrandingError, R>> for Error
impl<R> From<SdkError<DeleteManagedLoginBrandingError, R>> for Error
Source§fn from(err: SdkError<DeleteManagedLoginBrandingError, R>) -> Self
fn from(err: SdkError<DeleteManagedLoginBrandingError, R>) -> Self
Source§impl<R> From<SdkError<DeleteResourceServerError, R>> for Error
impl<R> From<SdkError<DeleteResourceServerError, R>> for Error
Source§fn from(err: SdkError<DeleteResourceServerError, R>) -> Self
fn from(err: SdkError<DeleteResourceServerError, R>) -> Self
Source§impl<R> From<SdkError<DeleteTermsError, R>> for Error
impl<R> From<SdkError<DeleteTermsError, R>> for Error
Source§fn from(err: SdkError<DeleteTermsError, R>) -> Self
fn from(err: SdkError<DeleteTermsError, R>) -> Self
Source§impl<R> From<SdkError<DeleteUserAttributesError, R>> for Error
impl<R> From<SdkError<DeleteUserAttributesError, R>> for Error
Source§fn from(err: SdkError<DeleteUserAttributesError, R>) -> Self
fn from(err: SdkError<DeleteUserAttributesError, R>) -> Self
Source§impl<R> From<SdkError<DeleteUserError, R>> for Error
impl<R> From<SdkError<DeleteUserError, R>> for Error
Source§fn from(err: SdkError<DeleteUserError, R>) -> Self
fn from(err: SdkError<DeleteUserError, R>) -> Self
Source§impl<R> From<SdkError<DeleteUserPoolClientError, R>> for Error
impl<R> From<SdkError<DeleteUserPoolClientError, R>> for Error
Source§fn from(err: SdkError<DeleteUserPoolClientError, R>) -> Self
fn from(err: SdkError<DeleteUserPoolClientError, R>) -> Self
Source§impl<R> From<SdkError<DeleteUserPoolDomainError, R>> for Error
impl<R> From<SdkError<DeleteUserPoolDomainError, R>> for Error
Source§fn from(err: SdkError<DeleteUserPoolDomainError, R>) -> Self
fn from(err: SdkError<DeleteUserPoolDomainError, R>) -> Self
Source§impl<R> From<SdkError<DeleteUserPoolError, R>> for Error
impl<R> From<SdkError<DeleteUserPoolError, R>> for Error
Source§fn from(err: SdkError<DeleteUserPoolError, R>) -> Self
fn from(err: SdkError<DeleteUserPoolError, R>) -> Self
Source§impl<R> From<SdkError<DeleteWebAuthnCredentialError, R>> for Error
impl<R> From<SdkError<DeleteWebAuthnCredentialError, R>> for Error
Source§fn from(err: SdkError<DeleteWebAuthnCredentialError, R>) -> Self
fn from(err: SdkError<DeleteWebAuthnCredentialError, R>) -> Self
Source§impl<R> From<SdkError<DescribeIdentityProviderError, R>> for Error
impl<R> From<SdkError<DescribeIdentityProviderError, R>> for Error
Source§fn from(err: SdkError<DescribeIdentityProviderError, R>) -> Self
fn from(err: SdkError<DescribeIdentityProviderError, R>) -> Self
Source§impl<R> From<SdkError<DescribeManagedLoginBrandingByClientError, R>> for Error
impl<R> From<SdkError<DescribeManagedLoginBrandingByClientError, R>> for Error
Source§fn from(err: SdkError<DescribeManagedLoginBrandingByClientError, R>) -> Self
fn from(err: SdkError<DescribeManagedLoginBrandingByClientError, R>) -> Self
Source§impl<R> From<SdkError<DescribeManagedLoginBrandingError, R>> for Error
impl<R> From<SdkError<DescribeManagedLoginBrandingError, R>> for Error
Source§fn from(err: SdkError<DescribeManagedLoginBrandingError, R>) -> Self
fn from(err: SdkError<DescribeManagedLoginBrandingError, R>) -> Self
Source§impl<R> From<SdkError<DescribeResourceServerError, R>> for Error
impl<R> From<SdkError<DescribeResourceServerError, R>> for Error
Source§fn from(err: SdkError<DescribeResourceServerError, R>) -> Self
fn from(err: SdkError<DescribeResourceServerError, R>) -> Self
Source§impl<R> From<SdkError<DescribeRiskConfigurationError, R>> for Error
impl<R> From<SdkError<DescribeRiskConfigurationError, R>> for Error
Source§fn from(err: SdkError<DescribeRiskConfigurationError, R>) -> Self
fn from(err: SdkError<DescribeRiskConfigurationError, R>) -> Self
Source§impl<R> From<SdkError<DescribeTermsError, R>> for Error
impl<R> From<SdkError<DescribeTermsError, R>> for Error
Source§fn from(err: SdkError<DescribeTermsError, R>) -> Self
fn from(err: SdkError<DescribeTermsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeUserImportJobError, R>> for Error
impl<R> From<SdkError<DescribeUserImportJobError, R>> for Error
Source§fn from(err: SdkError<DescribeUserImportJobError, R>) -> Self
fn from(err: SdkError<DescribeUserImportJobError, R>) -> Self
Source§impl<R> From<SdkError<DescribeUserPoolClientError, R>> for Error
impl<R> From<SdkError<DescribeUserPoolClientError, R>> for Error
Source§fn from(err: SdkError<DescribeUserPoolClientError, R>) -> Self
fn from(err: SdkError<DescribeUserPoolClientError, R>) -> Self
Source§impl<R> From<SdkError<DescribeUserPoolDomainError, R>> for Error
impl<R> From<SdkError<DescribeUserPoolDomainError, R>> for Error
Source§fn from(err: SdkError<DescribeUserPoolDomainError, R>) -> Self
fn from(err: SdkError<DescribeUserPoolDomainError, R>) -> Self
Source§impl<R> From<SdkError<DescribeUserPoolError, R>> for Error
impl<R> From<SdkError<DescribeUserPoolError, R>> for Error
Source§fn from(err: SdkError<DescribeUserPoolError, R>) -> Self
fn from(err: SdkError<DescribeUserPoolError, R>) -> Self
Source§impl<R> From<SdkError<ForgetDeviceError, R>> for Error
impl<R> From<SdkError<ForgetDeviceError, R>> for Error
Source§fn from(err: SdkError<ForgetDeviceError, R>) -> Self
fn from(err: SdkError<ForgetDeviceError, R>) -> Self
Source§impl<R> From<SdkError<ForgotPasswordError, R>> for Error
impl<R> From<SdkError<ForgotPasswordError, R>> for Error
Source§fn from(err: SdkError<ForgotPasswordError, R>) -> Self
fn from(err: SdkError<ForgotPasswordError, R>) -> Self
Source§impl<R> From<SdkError<GetCSVHeaderError, R>> for Error
impl<R> From<SdkError<GetCSVHeaderError, R>> for Error
Source§fn from(err: SdkError<GetCSVHeaderError, R>) -> Self
fn from(err: SdkError<GetCSVHeaderError, R>) -> Self
Source§impl<R> From<SdkError<GetDeviceError, R>> for Error
impl<R> From<SdkError<GetDeviceError, R>> for Error
Source§fn from(err: SdkError<GetDeviceError, R>) -> Self
fn from(err: SdkError<GetDeviceError, R>) -> Self
Source§impl<R> From<SdkError<GetGroupError, R>> for Error
impl<R> From<SdkError<GetGroupError, R>> for Error
Source§fn from(err: SdkError<GetGroupError, R>) -> Self
fn from(err: SdkError<GetGroupError, R>) -> Self
Source§impl<R> From<SdkError<GetIdentityProviderByIdentifierError, R>> for Error
impl<R> From<SdkError<GetIdentityProviderByIdentifierError, R>> for Error
Source§fn from(err: SdkError<GetIdentityProviderByIdentifierError, R>) -> Self
fn from(err: SdkError<GetIdentityProviderByIdentifierError, R>) -> Self
Source§impl<R> From<SdkError<GetLogDeliveryConfigurationError, R>> for Error
impl<R> From<SdkError<GetLogDeliveryConfigurationError, R>> for Error
Source§fn from(err: SdkError<GetLogDeliveryConfigurationError, R>) -> Self
fn from(err: SdkError<GetLogDeliveryConfigurationError, R>) -> Self
Source§impl<R> From<SdkError<GetSigningCertificateError, R>> for Error
impl<R> From<SdkError<GetSigningCertificateError, R>> for Error
Source§fn from(err: SdkError<GetSigningCertificateError, R>) -> Self
fn from(err: SdkError<GetSigningCertificateError, R>) -> Self
Source§impl<R> From<SdkError<GetTokensFromRefreshTokenError, R>> for Error
impl<R> From<SdkError<GetTokensFromRefreshTokenError, R>> for Error
Source§fn from(err: SdkError<GetTokensFromRefreshTokenError, R>) -> Self
fn from(err: SdkError<GetTokensFromRefreshTokenError, R>) -> Self
Source§impl<R> From<SdkError<GetUICustomizationError, R>> for Error
impl<R> From<SdkError<GetUICustomizationError, R>> for Error
Source§fn from(err: SdkError<GetUICustomizationError, R>) -> Self
fn from(err: SdkError<GetUICustomizationError, R>) -> Self
Source§impl<R> From<SdkError<GetUserAttributeVerificationCodeError, R>> for Error
impl<R> From<SdkError<GetUserAttributeVerificationCodeError, R>> for Error
Source§fn from(err: SdkError<GetUserAttributeVerificationCodeError, R>) -> Self
fn from(err: SdkError<GetUserAttributeVerificationCodeError, R>) -> Self
Source§impl<R> From<SdkError<GetUserAuthFactorsError, R>> for Error
impl<R> From<SdkError<GetUserAuthFactorsError, R>> for Error
Source§fn from(err: SdkError<GetUserAuthFactorsError, R>) -> Self
fn from(err: SdkError<GetUserAuthFactorsError, R>) -> Self
Source§impl<R> From<SdkError<GetUserError, R>> for Error
impl<R> From<SdkError<GetUserError, R>> for Error
Source§fn from(err: SdkError<GetUserError, R>) -> Self
fn from(err: SdkError<GetUserError, R>) -> Self
Source§impl<R> From<SdkError<GetUserPoolMfaConfigError, R>> for Error
impl<R> From<SdkError<GetUserPoolMfaConfigError, R>> for Error
Source§fn from(err: SdkError<GetUserPoolMfaConfigError, R>) -> Self
fn from(err: SdkError<GetUserPoolMfaConfigError, R>) -> Self
Source§impl<R> From<SdkError<GlobalSignOutError, R>> for Error
impl<R> From<SdkError<GlobalSignOutError, R>> for Error
Source§fn from(err: SdkError<GlobalSignOutError, R>) -> Self
fn from(err: SdkError<GlobalSignOutError, R>) -> Self
Source§impl<R> From<SdkError<InitiateAuthError, R>> for Error
impl<R> From<SdkError<InitiateAuthError, R>> for Error
Source§fn from(err: SdkError<InitiateAuthError, R>) -> Self
fn from(err: SdkError<InitiateAuthError, R>) -> Self
Source§impl<R> From<SdkError<ListDevicesError, R>> for Error
impl<R> From<SdkError<ListDevicesError, R>> for Error
Source§fn from(err: SdkError<ListDevicesError, R>) -> Self
fn from(err: SdkError<ListDevicesError, R>) -> Self
Source§impl<R> From<SdkError<ListGroupsError, R>> for Error
impl<R> From<SdkError<ListGroupsError, R>> for Error
Source§fn from(err: SdkError<ListGroupsError, R>) -> Self
fn from(err: SdkError<ListGroupsError, R>) -> Self
Source§impl<R> From<SdkError<ListIdentityProvidersError, R>> for Error
impl<R> From<SdkError<ListIdentityProvidersError, R>> for Error
Source§fn from(err: SdkError<ListIdentityProvidersError, R>) -> Self
fn from(err: SdkError<ListIdentityProvidersError, R>) -> Self
Source§impl<R> From<SdkError<ListResourceServersError, R>> for Error
impl<R> From<SdkError<ListResourceServersError, R>> for Error
Source§fn from(err: SdkError<ListResourceServersError, R>) -> Self
fn from(err: SdkError<ListResourceServersError, R>) -> Self
Source§impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
Source§fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Source§impl<R> From<SdkError<ListTermsError, R>> for Error
impl<R> From<SdkError<ListTermsError, R>> for Error
Source§fn from(err: SdkError<ListTermsError, R>) -> Self
fn from(err: SdkError<ListTermsError, R>) -> Self
Source§impl<R> From<SdkError<ListUserImportJobsError, R>> for Error
impl<R> From<SdkError<ListUserImportJobsError, R>> for Error
Source§fn from(err: SdkError<ListUserImportJobsError, R>) -> Self
fn from(err: SdkError<ListUserImportJobsError, R>) -> Self
Source§impl<R> From<SdkError<ListUserPoolClientsError, R>> for Error
impl<R> From<SdkError<ListUserPoolClientsError, R>> for Error
Source§fn from(err: SdkError<ListUserPoolClientsError, R>) -> Self
fn from(err: SdkError<ListUserPoolClientsError, R>) -> Self
Source§impl<R> From<SdkError<ListUserPoolsError, R>> for Error
impl<R> From<SdkError<ListUserPoolsError, R>> for Error
Source§fn from(err: SdkError<ListUserPoolsError, R>) -> Self
fn from(err: SdkError<ListUserPoolsError, R>) -> Self
Source§impl<R> From<SdkError<ListUsersError, R>> for Error
impl<R> From<SdkError<ListUsersError, R>> for Error
Source§fn from(err: SdkError<ListUsersError, R>) -> Self
fn from(err: SdkError<ListUsersError, R>) -> Self
Source§impl<R> From<SdkError<ListUsersInGroupError, R>> for Error
impl<R> From<SdkError<ListUsersInGroupError, R>> for Error
Source§fn from(err: SdkError<ListUsersInGroupError, R>) -> Self
fn from(err: SdkError<ListUsersInGroupError, R>) -> Self
Source§impl<R> From<SdkError<ListWebAuthnCredentialsError, R>> for Error
impl<R> From<SdkError<ListWebAuthnCredentialsError, R>> for Error
Source§fn from(err: SdkError<ListWebAuthnCredentialsError, R>) -> Self
fn from(err: SdkError<ListWebAuthnCredentialsError, R>) -> Self
Source§impl<R> From<SdkError<ResendConfirmationCodeError, R>> for Error
impl<R> From<SdkError<ResendConfirmationCodeError, R>> for Error
Source§fn from(err: SdkError<ResendConfirmationCodeError, R>) -> Self
fn from(err: SdkError<ResendConfirmationCodeError, R>) -> Self
Source§impl<R> From<SdkError<RespondToAuthChallengeError, R>> for Error
impl<R> From<SdkError<RespondToAuthChallengeError, R>> for Error
Source§fn from(err: SdkError<RespondToAuthChallengeError, R>) -> Self
fn from(err: SdkError<RespondToAuthChallengeError, R>) -> Self
Source§impl<R> From<SdkError<RevokeTokenError, R>> for Error
impl<R> From<SdkError<RevokeTokenError, R>> for Error
Source§fn from(err: SdkError<RevokeTokenError, R>) -> Self
fn from(err: SdkError<RevokeTokenError, R>) -> Self
Source§impl<R> From<SdkError<SetLogDeliveryConfigurationError, R>> for Error
impl<R> From<SdkError<SetLogDeliveryConfigurationError, R>> for Error
Source§fn from(err: SdkError<SetLogDeliveryConfigurationError, R>) -> Self
fn from(err: SdkError<SetLogDeliveryConfigurationError, R>) -> Self
Source§impl<R> From<SdkError<SetRiskConfigurationError, R>> for Error
impl<R> From<SdkError<SetRiskConfigurationError, R>> for Error
Source§fn from(err: SdkError<SetRiskConfigurationError, R>) -> Self
fn from(err: SdkError<SetRiskConfigurationError, R>) -> Self
Source§impl<R> From<SdkError<SetUICustomizationError, R>> for Error
impl<R> From<SdkError<SetUICustomizationError, R>> for Error
Source§fn from(err: SdkError<SetUICustomizationError, R>) -> Self
fn from(err: SdkError<SetUICustomizationError, R>) -> Self
Source§impl<R> From<SdkError<SetUserMFAPreferenceError, R>> for Error
impl<R> From<SdkError<SetUserMFAPreferenceError, R>> for Error
Source§fn from(err: SdkError<SetUserMFAPreferenceError, R>) -> Self
fn from(err: SdkError<SetUserMFAPreferenceError, R>) -> Self
Source§impl<R> From<SdkError<SetUserPoolMfaConfigError, R>> for Error
impl<R> From<SdkError<SetUserPoolMfaConfigError, R>> for Error
Source§fn from(err: SdkError<SetUserPoolMfaConfigError, R>) -> Self
fn from(err: SdkError<SetUserPoolMfaConfigError, R>) -> Self
Source§impl<R> From<SdkError<SetUserSettingsError, R>> for Error
impl<R> From<SdkError<SetUserSettingsError, R>> for Error
Source§fn from(err: SdkError<SetUserSettingsError, R>) -> Self
fn from(err: SdkError<SetUserSettingsError, R>) -> Self
Source§impl<R> From<SdkError<SignUpError, R>> for Error
impl<R> From<SdkError<SignUpError, R>> for Error
Source§fn from(err: SdkError<SignUpError, R>) -> Self
fn from(err: SdkError<SignUpError, R>) -> Self
Source§impl<R> From<SdkError<StartUserImportJobError, R>> for Error
impl<R> From<SdkError<StartUserImportJobError, R>> for Error
Source§fn from(err: SdkError<StartUserImportJobError, R>) -> Self
fn from(err: SdkError<StartUserImportJobError, R>) -> Self
Source§impl<R> From<SdkError<StartWebAuthnRegistrationError, R>> for Error
impl<R> From<SdkError<StartWebAuthnRegistrationError, R>> for Error
Source§fn from(err: SdkError<StartWebAuthnRegistrationError, R>) -> Self
fn from(err: SdkError<StartWebAuthnRegistrationError, R>) -> Self
Source§impl<R> From<SdkError<StopUserImportJobError, R>> for Error
impl<R> From<SdkError<StopUserImportJobError, R>> for Error
Source§fn from(err: SdkError<StopUserImportJobError, R>) -> Self
fn from(err: SdkError<StopUserImportJobError, R>) -> Self
Source§impl<R> From<SdkError<TagResourceError, R>> for Error
impl<R> From<SdkError<TagResourceError, R>> for Error
Source§fn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Source§impl<R> From<SdkError<UntagResourceError, R>> for Error
impl<R> From<SdkError<UntagResourceError, R>> for Error
Source§fn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Source§impl<R> From<SdkError<UpdateAuthEventFeedbackError, R>> for Error
impl<R> From<SdkError<UpdateAuthEventFeedbackError, R>> for Error
Source§fn from(err: SdkError<UpdateAuthEventFeedbackError, R>) -> Self
fn from(err: SdkError<UpdateAuthEventFeedbackError, R>) -> Self
Source§impl<R> From<SdkError<UpdateDeviceStatusError, R>> for Error
impl<R> From<SdkError<UpdateDeviceStatusError, R>> for Error
Source§fn from(err: SdkError<UpdateDeviceStatusError, R>) -> Self
fn from(err: SdkError<UpdateDeviceStatusError, R>) -> Self
Source§impl<R> From<SdkError<UpdateGroupError, R>> for Error
impl<R> From<SdkError<UpdateGroupError, R>> for Error
Source§fn from(err: SdkError<UpdateGroupError, R>) -> Self
fn from(err: SdkError<UpdateGroupError, R>) -> Self
Source§impl<R> From<SdkError<UpdateIdentityProviderError, R>> for Error
impl<R> From<SdkError<UpdateIdentityProviderError, R>> for Error
Source§fn from(err: SdkError<UpdateIdentityProviderError, R>) -> Self
fn from(err: SdkError<UpdateIdentityProviderError, R>) -> Self
Source§impl<R> From<SdkError<UpdateManagedLoginBrandingError, R>> for Error
impl<R> From<SdkError<UpdateManagedLoginBrandingError, R>> for Error
Source§fn from(err: SdkError<UpdateManagedLoginBrandingError, R>) -> Self
fn from(err: SdkError<UpdateManagedLoginBrandingError, R>) -> Self
Source§impl<R> From<SdkError<UpdateResourceServerError, R>> for Error
impl<R> From<SdkError<UpdateResourceServerError, R>> for Error
Source§fn from(err: SdkError<UpdateResourceServerError, R>) -> Self
fn from(err: SdkError<UpdateResourceServerError, R>) -> Self
Source§impl<R> From<SdkError<UpdateTermsError, R>> for Error
impl<R> From<SdkError<UpdateTermsError, R>> for Error
Source§fn from(err: SdkError<UpdateTermsError, R>) -> Self
fn from(err: SdkError<UpdateTermsError, R>) -> Self
Source§impl<R> From<SdkError<UpdateUserAttributesError, R>> for Error
impl<R> From<SdkError<UpdateUserAttributesError, R>> for Error
Source§fn from(err: SdkError<UpdateUserAttributesError, R>) -> Self
fn from(err: SdkError<UpdateUserAttributesError, R>) -> Self
Source§impl<R> From<SdkError<UpdateUserPoolClientError, R>> for Error
impl<R> From<SdkError<UpdateUserPoolClientError, R>> for Error
Source§fn from(err: SdkError<UpdateUserPoolClientError, R>) -> Self
fn from(err: SdkError<UpdateUserPoolClientError, R>) -> Self
Source§impl<R> From<SdkError<UpdateUserPoolDomainError, R>> for Error
impl<R> From<SdkError<UpdateUserPoolDomainError, R>> for Error
Source§fn from(err: SdkError<UpdateUserPoolDomainError, R>) -> Self
fn from(err: SdkError<UpdateUserPoolDomainError, R>) -> Self
Source§impl<R> From<SdkError<UpdateUserPoolError, R>> for Error
impl<R> From<SdkError<UpdateUserPoolError, R>> for Error
Source§fn from(err: SdkError<UpdateUserPoolError, R>) -> Self
fn from(err: SdkError<UpdateUserPoolError, R>) -> Self
Source§impl<R> From<SdkError<VerifySoftwareTokenError, R>> for Error
impl<R> From<SdkError<VerifySoftwareTokenError, R>> for Error
Source§fn from(err: SdkError<VerifySoftwareTokenError, R>) -> Self
fn from(err: SdkError<VerifySoftwareTokenError, R>) -> Self
Source§impl<R> From<SdkError<VerifyUserAttributeError, R>> for Error
impl<R> From<SdkError<VerifyUserAttributeError, R>> for Error
Source§fn from(err: SdkError<VerifyUserAttributeError, R>) -> Self
fn from(err: SdkError<VerifyUserAttributeError, R>) -> Self
Source§impl From<SetLogDeliveryConfigurationError> for Error
impl From<SetLogDeliveryConfigurationError> for Error
Source§fn from(err: SetLogDeliveryConfigurationError) -> Self
fn from(err: SetLogDeliveryConfigurationError) -> Self
Source§impl From<SetRiskConfigurationError> for Error
impl From<SetRiskConfigurationError> for Error
Source§fn from(err: SetRiskConfigurationError) -> Self
fn from(err: SetRiskConfigurationError) -> Self
Source§impl From<SetUICustomizationError> for Error
impl From<SetUICustomizationError> for Error
Source§fn from(err: SetUICustomizationError) -> Self
fn from(err: SetUICustomizationError) -> Self
Source§impl From<SetUserMFAPreferenceError> for Error
impl From<SetUserMFAPreferenceError> for Error
Source§fn from(err: SetUserMFAPreferenceError) -> Self
fn from(err: SetUserMFAPreferenceError) -> Self
Source§impl From<SetUserPoolMfaConfigError> for Error
impl From<SetUserPoolMfaConfigError> for Error
Source§fn from(err: SetUserPoolMfaConfigError) -> Self
fn from(err: SetUserPoolMfaConfigError) -> Self
Source§impl From<SetUserSettingsError> for Error
impl From<SetUserSettingsError> for Error
Source§fn from(err: SetUserSettingsError) -> Self
fn from(err: SetUserSettingsError) -> Self
Source§impl From<SignUpError> for Error
impl From<SignUpError> for Error
Source§fn from(err: SignUpError) -> Self
fn from(err: SignUpError) -> Self
Source§impl From<StartUserImportJobError> for Error
impl From<StartUserImportJobError> for Error
Source§fn from(err: StartUserImportJobError) -> Self
fn from(err: StartUserImportJobError) -> Self
Source§impl From<StartWebAuthnRegistrationError> for Error
impl From<StartWebAuthnRegistrationError> for Error
Source§fn from(err: StartWebAuthnRegistrationError) -> Self
fn from(err: StartWebAuthnRegistrationError) -> Self
Source§impl From<StopUserImportJobError> for Error
impl From<StopUserImportJobError> for Error
Source§fn from(err: StopUserImportJobError) -> Self
fn from(err: StopUserImportJobError) -> Self
Source§impl From<TagResourceError> for Error
impl From<TagResourceError> for Error
Source§fn from(err: TagResourceError) -> Self
fn from(err: TagResourceError) -> Self
Source§impl From<UntagResourceError> for Error
impl From<UntagResourceError> for Error
Source§fn from(err: UntagResourceError) -> Self
fn from(err: UntagResourceError) -> Self
Source§impl From<UpdateAuthEventFeedbackError> for Error
impl From<UpdateAuthEventFeedbackError> for Error
Source§fn from(err: UpdateAuthEventFeedbackError) -> Self
fn from(err: UpdateAuthEventFeedbackError) -> Self
Source§impl From<UpdateDeviceStatusError> for Error
impl From<UpdateDeviceStatusError> for Error
Source§fn from(err: UpdateDeviceStatusError) -> Self
fn from(err: UpdateDeviceStatusError) -> Self
Source§impl From<UpdateGroupError> for Error
impl From<UpdateGroupError> for Error
Source§fn from(err: UpdateGroupError) -> Self
fn from(err: UpdateGroupError) -> Self
Source§impl From<UpdateIdentityProviderError> for Error
impl From<UpdateIdentityProviderError> for Error
Source§fn from(err: UpdateIdentityProviderError) -> Self
fn from(err: UpdateIdentityProviderError) -> Self
Source§impl From<UpdateManagedLoginBrandingError> for Error
impl From<UpdateManagedLoginBrandingError> for Error
Source§fn from(err: UpdateManagedLoginBrandingError) -> Self
fn from(err: UpdateManagedLoginBrandingError) -> Self
Source§impl From<UpdateResourceServerError> for Error
impl From<UpdateResourceServerError> for Error
Source§fn from(err: UpdateResourceServerError) -> Self
fn from(err: UpdateResourceServerError) -> Self
Source§impl From<UpdateTermsError> for Error
impl From<UpdateTermsError> for Error
Source§fn from(err: UpdateTermsError) -> Self
fn from(err: UpdateTermsError) -> Self
Source§impl From<UpdateUserAttributesError> for Error
impl From<UpdateUserAttributesError> for Error
Source§fn from(err: UpdateUserAttributesError) -> Self
fn from(err: UpdateUserAttributesError) -> Self
Source§impl From<UpdateUserPoolClientError> for Error
impl From<UpdateUserPoolClientError> for Error
Source§fn from(err: UpdateUserPoolClientError) -> Self
fn from(err: UpdateUserPoolClientError) -> Self
Source§impl From<UpdateUserPoolDomainError> for Error
impl From<UpdateUserPoolDomainError> for Error
Source§fn from(err: UpdateUserPoolDomainError) -> Self
fn from(err: UpdateUserPoolDomainError) -> Self
Source§impl From<UpdateUserPoolError> for Error
impl From<UpdateUserPoolError> for Error
Source§fn from(err: UpdateUserPoolError) -> Self
fn from(err: UpdateUserPoolError) -> Self
Source§impl From<VerifySoftwareTokenError> for Error
impl From<VerifySoftwareTokenError> for Error
Source§fn from(err: VerifySoftwareTokenError) -> Self
fn from(err: VerifySoftwareTokenError) -> Self
Source§impl From<VerifyUserAttributeError> for Error
impl From<VerifyUserAttributeError> for Error
Source§fn from(err: VerifyUserAttributeError) -> Self
fn from(err: VerifyUserAttributeError) -> Self
Source§impl ProvideErrorMetadata for Error
impl ProvideErrorMetadata for Error
Source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
Auto Trait Implementations§
impl Freeze for Error
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the foreground set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red()
and
green()
, which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg()
:
use yansi::{Paint, Color};
painted.fg(Color::White);
Set foreground color to white using white()
.
use yansi::Paint;
painted.white();
Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the background set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red()
and
on_green()
, which have the same functionality but
are pithier.
§Example
Set background color to red using fg()
:
use yansi::{Paint, Color};
painted.bg(Color::Red);
Set background color to red using on_red()
.
use yansi::Paint;
painted.on_red();
Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute
value
.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold()
and
underline()
, which have the same functionality
but are pithier.
§Example
Make text bold using attr()
:
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);
Make text bold using using bold()
.
use yansi::Paint;
painted.bold();
Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi
Quirk
value
.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask()
and
wrap()
, which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk()
:
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);
Enable wrapping using wrap()
.
use yansi::Paint;
painted.wrap();
Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition
value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted
only when both stdout
and stderr
are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);