Enum aws_sdk_translate::Error[][src]

#[non_exhaustive]
pub enum Error {
Show 14 variants ConcurrentModificationException(ConcurrentModificationException), ConflictException(ConflictException), DetectedLanguageLowConfidenceException(DetectedLanguageLowConfidenceException), InternalServerException(InternalServerException), InvalidFilterException(InvalidFilterException), InvalidParameterValueException(InvalidParameterValueException), InvalidRequestException(InvalidRequestException), LimitExceededException(LimitExceededException), ResourceNotFoundException(ResourceNotFoundException), ServiceUnavailableException(ServiceUnavailableException), TextSizeLimitExceededException(TextSizeLimitExceededException), TooManyRequestsException(TooManyRequestsException), UnsupportedLanguagePairException(UnsupportedLanguagePairException), 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
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.
ConcurrentModificationException(ConcurrentModificationException)

Another modification is being made. That modification must complete before you can make your change.

Tuple Fields of ConcurrentModificationException

0: ConcurrentModificationException
ConflictException(ConflictException)

There was a conflict processing the request. Try your request again.

Tuple Fields of ConflictException

0: ConflictException
DetectedLanguageLowConfidenceException(DetectedLanguageLowConfidenceException)

The confidence that Amazon Comprehend accurately detected the source language is low. If a low confidence level is acceptable for your application, you can use the language in the exception to call Amazon Translate again. For more information, see the DetectDominantLanguage operation in the Amazon Comprehend Developer Guide.

Tuple Fields of DetectedLanguageLowConfidenceException

0: DetectedLanguageLowConfidenceException
InternalServerException(InternalServerException)

An internal server error occurred. Retry your request.

Tuple Fields of InternalServerException

0: InternalServerException
InvalidFilterException(InvalidFilterException)

The filter specified for the operation is invalid. Specify a different filter.

Tuple Fields of InvalidFilterException

0: InvalidFilterException
InvalidParameterValueException(InvalidParameterValueException)

The value of the parameter is invalid. Review the value of the parameter you are using to correct it, and then retry your operation.

Tuple Fields of InvalidParameterValueException

0: InvalidParameterValueException
InvalidRequestException(InvalidRequestException)

The request that you made is invalid. Check your request to determine why it's invalid and then retry the request.

Tuple Fields of InvalidRequestException

0: InvalidRequestException
LimitExceededException(LimitExceededException)

The specified limit has been exceeded. Review your request and retry it with a quantity below the stated limit.

Tuple Fields of LimitExceededException

0: LimitExceededException
ResourceNotFoundException(ResourceNotFoundException)

The resource you are looking for has not been found. Review the resource you're looking for and see if a different resource will accomplish your needs before retrying the revised request.

Tuple Fields of ResourceNotFoundException

0: ResourceNotFoundException
ServiceUnavailableException(ServiceUnavailableException)

The Amazon Translate service is temporarily unavailable. Please wait a bit and then retry your request.

Tuple Fields of ServiceUnavailableException

0: ServiceUnavailableException
TextSizeLimitExceededException(TextSizeLimitExceededException)

The size of the text you submitted exceeds the size limit. Reduce the size of the text or use a smaller document and then retry your request.

Tuple Fields of TextSizeLimitExceededException

0: TextSizeLimitExceededException
TooManyRequestsException(TooManyRequestsException)

You have made too many requests within a short period of time. Wait for a short time and then try your request again.

Tuple Fields of TooManyRequestsException

0: TooManyRequestsException
UnsupportedLanguagePairException(UnsupportedLanguagePairException)

Amazon Translate does not support translation from the language of the source text into the requested target language. For more information, see how-to-error-msg.

Tuple Fields of UnsupportedLanguagePairException

0: UnsupportedLanguagePairException
Unhandled(Box<dyn Error + Send + Sync + 'static>)

An unhandled error occurred.

Tuple Fields of Unhandled

0: Box<dyn Error + Send + Sync + 'static>

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

The lower-level source of this error, if any. Read more

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

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

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

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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