Enum aws_sdk_cognitoidentity::Error [−][src]
#[non_exhaustive]
pub enum Error {
ConcurrentModificationException(ConcurrentModificationException),
DeveloperUserAlreadyRegisteredException(DeveloperUserAlreadyRegisteredException),
ExternalServiceException(ExternalServiceException),
InternalErrorException(InternalErrorException),
InvalidIdentityPoolConfigurationException(InvalidIdentityPoolConfigurationException),
InvalidParameterException(InvalidParameterException),
LimitExceededException(LimitExceededException),
NotAuthorizedException(NotAuthorizedException),
ResourceConflictException(ResourceConflictException),
ResourceNotFoundException(ResourceNotFoundException),
TooManyRequestsException(TooManyRequestsException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
ConcurrentModificationException(ConcurrentModificationException)
Tuple Fields
Thrown if there are parallel requests to modify a resource.
DeveloperUserAlreadyRegisteredException(DeveloperUserAlreadyRegisteredException)
Tuple Fields
The provided developer user identifier is already registered with Cognito under a different identity ID.
ExternalServiceException(ExternalServiceException)
Tuple Fields
An exception thrown when a dependent service such as Facebook or Twitter is not responding
InternalErrorException(InternalErrorException)
Tuple Fields
Thrown when the service encounters an error during processing the request.
InvalidIdentityPoolConfigurationException(InvalidIdentityPoolConfigurationException)
Tuple Fields
Thrown if the identity pool has no role associated for the given auth type (auth/unauth) or if the AssumeRole fails.
InvalidParameterException(InvalidParameterException)
Tuple Fields
Thrown for missing or bad input parameter(s).
LimitExceededException(LimitExceededException)
Tuple Fields
Thrown when the total number of user pools has exceeded a preset limit.
NotAuthorizedException(NotAuthorizedException)
Tuple Fields
Thrown when a user is not authorized to access the requested resource.
ResourceConflictException(ResourceConflictException)
Tuple Fields
Thrown when a user tries to use a login which is already linked to another account.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
Thrown when the requested resource (for example, a dataset or record) does not exist.
TooManyRequestsException(TooManyRequestsException)
Tuple Fields
Thrown when a request is throttled.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more