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.

ConflictException(ConflictException)

Tuple Fields

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

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.

InternalServerException(InternalServerException)

Tuple Fields

An internal server error occurred. Retry your request.

InvalidFilterException(InvalidFilterException)

Tuple Fields

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

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.

InvalidRequestException(InvalidRequestException)

Tuple Fields

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

LimitExceededException(LimitExceededException)

Tuple Fields

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

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.

ServiceUnavailableException(ServiceUnavailableException)

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

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.

TooManyRequestsException(TooManyRequestsException)

Tuple Fields

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

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.

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

Tuple Fields

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

An unhandled error occurred.

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