Enum aws_sdk_transcribe::Error [−][src]
#[non_exhaustive]
pub enum Error {
BadRequestException(BadRequestException),
ConflictException(ConflictException),
InternalFailureException(InternalFailureException),
LimitExceededException(LimitExceededException),
NotFoundException(NotFoundException),
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
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.
ConflictException(ConflictException)
Tuple Fields
There is already a resource with that name.
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.
NotFoundException(NotFoundException)
Tuple Fields
We can't find the requested resource. Check the name and try your request again.
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.
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