Enum aws_sdk_connect::Error [−][src]
#[non_exhaustive]
pub enum Error {
Show 18 variants
AccessDeniedException(AccessDeniedException),
ContactFlowNotPublishedException(ContactFlowNotPublishedException),
ContactNotFoundException(ContactNotFoundException),
DestinationNotAllowedException(DestinationNotAllowedException),
DuplicateResourceException(DuplicateResourceException),
InternalServiceException(InternalServiceException),
InvalidContactFlowException(InvalidContactFlowException),
InvalidParameterException(InvalidParameterException),
InvalidRequestException(InvalidRequestException),
LimitExceededException(LimitExceededException),
OutboundContactNotPermittedException(OutboundContactNotPermittedException),
ResourceConflictException(ResourceConflictException),
ResourceInUseException(ResourceInUseException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
ThrottlingException(ThrottlingException),
UserNotFoundException(UserNotFoundException),
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
AccessDeniedException(AccessDeniedException)
Tuple Fields
You do not have sufficient access to perform this action.
ContactFlowNotPublishedException(ContactFlowNotPublishedException)
Tuple Fields
The contact flow has not been published.
ContactNotFoundException(ContactNotFoundException)
Tuple Fields
The contact with the specified ID is not active or does not exist.
DestinationNotAllowedException(DestinationNotAllowedException)
Tuple Fields
Outbound calls to the destination number are not allowed.
DuplicateResourceException(DuplicateResourceException)
Tuple Fields
A resource with the specified name already exists.
InternalServiceException(InternalServiceException)
Tuple Fields
Request processing failed because of an error or failure with the service.
InvalidContactFlowException(InvalidContactFlowException)
Tuple Fields
The contact flow is not valid.
InvalidParameterException(InvalidParameterException)
Tuple Fields
One or more of the specified parameters are not valid.
InvalidRequestException(InvalidRequestException)
Tuple Fields
The request is not valid.
LimitExceededException(LimitExceededException)
Tuple Fields
The allowed limit for the resource has been exceeded.
OutboundContactNotPermittedException(OutboundContactNotPermittedException)
Tuple Fields
The contact is not permitted.
ResourceConflictException(ResourceConflictException)
Tuple Fields
A resource already has that name.
ResourceInUseException(ResourceInUseException)
Tuple Fields
That resource is already in use. Please try another.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The specified resource was not found.
ServiceQuotaExceededException(ServiceQuotaExceededException)
Tuple Fields
The service quota has been exceeded.
ThrottlingException(ThrottlingException)
Tuple Fields
The throttling limit has been exceeded.
UserNotFoundException(UserNotFoundException)
Tuple Fields
No user with the specified credentials was found in the Amazon Connect instance.
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.
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.
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.
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.
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.
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