Enum aws_sdk_transcribe::error::ListLanguageModelsErrorKind [−][src]
#[non_exhaustive]
pub enum ListLanguageModelsErrorKind {
BadRequestException(BadRequestException),
InternalFailureException(InternalFailureException),
LimitExceededException(LimitExceededException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the ListLanguageModels operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
BadRequestException(BadRequestException)
Tuple Fields
Your request didn't pass one or more validation tests. For example, if the entity that you're trying to delete
doesn't exist or if it is in a non-terminal state (for example, it's "in progress"). See the exception Message
field for more information.
InternalFailureException(InternalFailureException)
Tuple Fields
There was an internal error. Check the error message and try your request again.
LimitExceededException(LimitExceededException)
Tuple Fields
Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
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 ListLanguageModelsErrorKind
impl Send for ListLanguageModelsErrorKind
impl Sync for ListLanguageModelsErrorKind
impl Unpin for ListLanguageModelsErrorKind
impl !UnwindSafe for ListLanguageModelsErrorKind
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