Enum aws_sdk_qldb::Error [−][src]
#[non_exhaustive]
pub enum Error {
InvalidParameterException(InvalidParameterException),
LimitExceededException(LimitExceededException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
ResourceInUseException(ResourceInUseException),
ResourceNotFoundException(ResourceNotFoundException),
ResourcePreconditionNotMetException(ResourcePreconditionNotMetException),
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
InvalidParameterException(InvalidParameterException)
Tuple Fields
One or more parameters in the request aren't valid.
LimitExceededException(LimitExceededException)
Tuple Fields
You have reached the limit on the maximum number of resources allowed.
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
Tuple Fields
The specified resource already exists.
ResourceInUseException(ResourceInUseException)
Tuple Fields
The specified resource can't be modified at this time.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The specified resource doesn't exist.
ResourcePreconditionNotMetException(ResourcePreconditionNotMetException)
Tuple Fields
The operation failed because a condition wasn't satisfied in advance.
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.
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