Enum aws_sdk_translate::error::ListTerminologiesErrorKind [−][src]
#[non_exhaustive]
pub enum ListTerminologiesErrorKind {
InternalServerException(InternalServerException),
InvalidParameterValueException(InvalidParameterValueException),
TooManyRequestsException(TooManyRequestsException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the ListTerminologies
operation.
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.
InternalServerException(InternalServerException)
Tuple Fields
An internal server error occurred. Retry your request.
InvalidParameterValueException(InvalidParameterValueException)
Tuple Fields
The value of the parameter is invalid. Review the value of the parameter you are using to correct it, and then retry your operation.
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.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ListTerminologiesErrorKind
impl Send for ListTerminologiesErrorKind
impl Sync for ListTerminologiesErrorKind
impl Unpin for ListTerminologiesErrorKind
impl !UnwindSafe for ListTerminologiesErrorKind
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