Enum aws_sdk_qldb::Error
source · [−]#[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)
One or more parameters in the request aren't valid.
LimitExceededException(LimitExceededException)
You have reached the limit on the maximum number of resources allowed.
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
The specified resource already exists.
ResourceInUseException(ResourceInUseException)
The specified resource can't be modified at this time.
ResourceNotFoundException(ResourceNotFoundException)
The specified resource doesn't exist.
ResourcePreconditionNotMetException(ResourcePreconditionNotMetException)
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