Enum aws_sdk_qldb::Error 
source · #[non_exhaustive]pub enum Error {
    InvalidParameterException(InvalidParameterException),
    LimitExceededException(LimitExceededException),
    ResourceAlreadyExistsException(ResourceAlreadyExistsException),
    ResourceInUseException(ResourceInUseException),
    ResourceNotFoundException(ResourceNotFoundException),
    ResourcePreconditionNotMetException(ResourcePreconditionNotMetException),
    Unhandled(Unhandled),
}Expand description
All possible error types for this service.
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.
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(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Trait Implementations§
source§impl Error for Error
 
impl Error for Error
source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<CancelJournalKinesisStreamError> for Error
 
impl From<CancelJournalKinesisStreamError> for Error
source§fn from(err: CancelJournalKinesisStreamError) -> Self
 
fn from(err: CancelJournalKinesisStreamError) -> Self
Converts to this type from the input type.
source§impl From<CreateLedgerError> for Error
 
impl From<CreateLedgerError> for Error
source§fn from(err: CreateLedgerError) -> Self
 
fn from(err: CreateLedgerError) -> Self
Converts to this type from the input type.
source§impl From<DeleteLedgerError> for Error
 
impl From<DeleteLedgerError> for Error
source§fn from(err: DeleteLedgerError) -> Self
 
fn from(err: DeleteLedgerError) -> Self
Converts to this type from the input type.
source§impl From<DescribeJournalKinesisStreamError> for Error
 
impl From<DescribeJournalKinesisStreamError> for Error
source§fn from(err: DescribeJournalKinesisStreamError) -> Self
 
fn from(err: DescribeJournalKinesisStreamError) -> Self
Converts to this type from the input type.
source§impl From<DescribeJournalS3ExportError> for Error
 
impl From<DescribeJournalS3ExportError> for Error
source§fn from(err: DescribeJournalS3ExportError) -> Self
 
fn from(err: DescribeJournalS3ExportError) -> Self
Converts to this type from the input type.
source§impl From<DescribeLedgerError> for Error
 
impl From<DescribeLedgerError> for Error
source§fn from(err: DescribeLedgerError) -> Self
 
fn from(err: DescribeLedgerError) -> Self
Converts to this type from the input type.
source§impl From<ExportJournalToS3Error> for Error
 
impl From<ExportJournalToS3Error> for Error
source§fn from(err: ExportJournalToS3Error) -> Self
 
fn from(err: ExportJournalToS3Error) -> Self
Converts to this type from the input type.
source§impl From<GetBlockError> for Error
 
impl From<GetBlockError> for Error
source§fn from(err: GetBlockError) -> Self
 
fn from(err: GetBlockError) -> Self
Converts to this type from the input type.
source§impl From<GetDigestError> for Error
 
impl From<GetDigestError> for Error
source§fn from(err: GetDigestError) -> Self
 
fn from(err: GetDigestError) -> Self
Converts to this type from the input type.
source§impl From<GetRevisionError> for Error
 
impl From<GetRevisionError> for Error
source§fn from(err: GetRevisionError) -> Self
 
fn from(err: GetRevisionError) -> Self
Converts to this type from the input type.
source§impl From<ListJournalKinesisStreamsForLedgerError> for Error
 
impl From<ListJournalKinesisStreamsForLedgerError> for Error
source§fn from(err: ListJournalKinesisStreamsForLedgerError) -> Self
 
fn from(err: ListJournalKinesisStreamsForLedgerError) -> Self
Converts to this type from the input type.
source§impl From<ListJournalS3ExportsError> for Error
 
impl From<ListJournalS3ExportsError> for Error
source§fn from(err: ListJournalS3ExportsError) -> Self
 
fn from(err: ListJournalS3ExportsError) -> Self
Converts to this type from the input type.
source§impl From<ListJournalS3ExportsForLedgerError> for Error
 
impl From<ListJournalS3ExportsForLedgerError> for Error
source§fn from(err: ListJournalS3ExportsForLedgerError) -> Self
 
fn from(err: ListJournalS3ExportsForLedgerError) -> Self
Converts to this type from the input type.
source§impl From<ListLedgersError> for Error
 
impl From<ListLedgersError> for Error
source§fn from(err: ListLedgersError) -> Self
 
fn from(err: ListLedgersError) -> Self
Converts to this type from the input type.
source§impl From<ListTagsForResourceError> for Error
 
impl From<ListTagsForResourceError> for Error
source§fn from(err: ListTagsForResourceError) -> Self
 
fn from(err: ListTagsForResourceError) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CancelJournalKinesisStreamError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<CancelJournalKinesisStreamError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CancelJournalKinesisStreamError, R>) -> Self
 
fn from(err: SdkError<CancelJournalKinesisStreamError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateLedgerError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<CreateLedgerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateLedgerError, R>) -> Self
 
fn from(err: SdkError<CreateLedgerError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteLedgerError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<DeleteLedgerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteLedgerError, R>) -> Self
 
fn from(err: SdkError<DeleteLedgerError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DescribeJournalKinesisStreamError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<DescribeJournalKinesisStreamError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DescribeJournalKinesisStreamError, R>) -> Self
 
fn from(err: SdkError<DescribeJournalKinesisStreamError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DescribeJournalS3ExportError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<DescribeJournalS3ExportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DescribeJournalS3ExportError, R>) -> Self
 
fn from(err: SdkError<DescribeJournalS3ExportError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DescribeLedgerError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<DescribeLedgerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DescribeLedgerError, R>) -> Self
 
fn from(err: SdkError<DescribeLedgerError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ExportJournalToS3Error, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<ExportJournalToS3Error, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ExportJournalToS3Error, R>) -> Self
 
fn from(err: SdkError<ExportJournalToS3Error, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetBlockError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<GetBlockError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetBlockError, R>) -> Self
 
fn from(err: SdkError<GetBlockError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetDigestError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<GetDigestError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetDigestError, R>) -> Self
 
fn from(err: SdkError<GetDigestError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetRevisionError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<GetRevisionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetRevisionError, R>) -> Self
 
fn from(err: SdkError<GetRevisionError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListJournalKinesisStreamsForLedgerError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<ListJournalKinesisStreamsForLedgerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListJournalKinesisStreamsForLedgerError, R>) -> Self
 
fn from(err: SdkError<ListJournalKinesisStreamsForLedgerError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListJournalS3ExportsError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<ListJournalS3ExportsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListJournalS3ExportsError, R>) -> Self
 
fn from(err: SdkError<ListJournalS3ExportsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListJournalS3ExportsForLedgerError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<ListJournalS3ExportsForLedgerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListJournalS3ExportsForLedgerError, R>) -> Self
 
fn from(err: SdkError<ListJournalS3ExportsForLedgerError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListLedgersError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<ListLedgersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListLedgersError, R>) -> Self
 
fn from(err: SdkError<ListLedgersError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
 
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<StreamJournalToKinesisError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<StreamJournalToKinesisError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<StreamJournalToKinesisError, R>) -> Self
 
fn from(err: SdkError<StreamJournalToKinesisError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<TagResourceError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<TagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<TagResourceError, R>) -> Self
 
fn from(err: SdkError<TagResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UntagResourceError, R>) -> Self
 
fn from(err: SdkError<UntagResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateLedgerError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<UpdateLedgerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateLedgerError, R>) -> Self
 
fn from(err: SdkError<UpdateLedgerError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateLedgerPermissionsModeError, R>> for Errorwhere
    R: Send + Sync + Debug + 'static,
 
impl<R> From<SdkError<UpdateLedgerPermissionsModeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateLedgerPermissionsModeError, R>) -> Self
 
fn from(err: SdkError<UpdateLedgerPermissionsModeError, R>) -> Self
Converts to this type from the input type.
source§impl From<StreamJournalToKinesisError> for Error
 
impl From<StreamJournalToKinesisError> for Error
source§fn from(err: StreamJournalToKinesisError) -> Self
 
fn from(err: StreamJournalToKinesisError) -> Self
Converts to this type from the input type.
source§impl From<TagResourceError> for Error
 
impl From<TagResourceError> for Error
source§fn from(err: TagResourceError) -> Self
 
fn from(err: TagResourceError) -> Self
Converts to this type from the input type.
source§impl From<UntagResourceError> for Error
 
impl From<UntagResourceError> for Error
source§fn from(err: UntagResourceError) -> Self
 
fn from(err: UntagResourceError) -> Self
Converts to this type from the input type.
source§impl From<UpdateLedgerError> for Error
 
impl From<UpdateLedgerError> for Error
source§fn from(err: UpdateLedgerError) -> Self
 
fn from(err: UpdateLedgerError) -> Self
Converts to this type from the input type.
source§impl From<UpdateLedgerPermissionsModeError> for Error
 
impl From<UpdateLedgerPermissionsModeError> for Error
source§fn from(err: UpdateLedgerPermissionsModeError) -> Self
 
fn from(err: UpdateLedgerPermissionsModeError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more