Enum aws_sdk_lakeformation::Error

source ·
#[non_exhaustive]
pub enum Error {
Show 19 variants AccessDeniedException(AccessDeniedException), AlreadyExistsException(AlreadyExistsException), ConcurrentModificationException(ConcurrentModificationException), EntityNotFoundException(EntityNotFoundException), ExpiredException(ExpiredException), GlueEncryptionException(GlueEncryptionException), InternalServiceException(InternalServiceException), InvalidInputException(InvalidInputException), OperationTimeoutException(OperationTimeoutException), PermissionTypeMismatchException(PermissionTypeMismatchException), ResourceNotReadyException(ResourceNotReadyException), ResourceNumberLimitExceededException(ResourceNumberLimitExceededException), StatisticsNotReadyYetException(StatisticsNotReadyYetException), ThrottledException(ThrottledException), TransactionCanceledException(TransactionCanceledException), TransactionCommitInProgressException(TransactionCommitInProgressException), TransactionCommittedException(TransactionCommittedException), WorkUnitsNotReadyYetException(WorkUnitsNotReadyYetException), 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.
§

AccessDeniedException(AccessDeniedException)

Access to a resource was denied.

§

AlreadyExistsException(AlreadyExistsException)

A resource to be created or added already exists.

§

ConcurrentModificationException(ConcurrentModificationException)

Two processes are trying to modify a resource simultaneously.

§

EntityNotFoundException(EntityNotFoundException)

A specified entity does not exist.

§

ExpiredException(ExpiredException)

Contains details about an error where the query request expired.

§

GlueEncryptionException(GlueEncryptionException)

An encryption operation failed.

§

InternalServiceException(InternalServiceException)

An internal service error occurred.

§

InvalidInputException(InvalidInputException)

The input provided was not valid.

§

OperationTimeoutException(OperationTimeoutException)

The operation timed out.

§

PermissionTypeMismatchException(PermissionTypeMismatchException)

The engine does not support filtering data based on the enforced permissions. For example, if you call the GetTemporaryGlueTableCredentials operation with SupportedPermissionType equal to ColumnPermission, but cell-level permissions exist on the table, this exception is thrown.

§

ResourceNotReadyException(ResourceNotReadyException)

Contains details about an error related to a resource which is not ready for a transaction.

§

ResourceNumberLimitExceededException(ResourceNumberLimitExceededException)

A resource numerical limit was exceeded.

§

StatisticsNotReadyYetException(StatisticsNotReadyYetException)

Contains details about an error related to statistics not being ready.

§

ThrottledException(ThrottledException)

Contains details about an error where the query request was throttled.

§

TransactionCanceledException(TransactionCanceledException)

Contains details about an error related to a transaction that was cancelled.

§

TransactionCommitInProgressException(TransactionCommitInProgressException)

Contains details about an error related to a transaction commit that was in progress.

§

TransactionCommittedException(TransactionCommittedException)

Contains details about an error where the specified transaction has already been committed and cannot be used for UpdateTableObjects.

§

WorkUnitsNotReadyYetException(WorkUnitsNotReadyYetException)

Contains details about an error related to work units not being ready.

§

Unhandled(Unhandled)

👎Deprecated: Matching Unhandled directly is not forwards compatible. Instead, match using a variable wildcard pattern and check .code():    err if err.code() == Some("SpecificExceptionCode") => { /* handle the error */ } See ProvideErrorMetadata for what information is available for the error.

An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).

Trait Implementations§

source§

impl Debug for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Error

source§

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

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AddLFTagsToResourceError> for Error

source§

fn from(err: AddLFTagsToResourceError) -> Self

Converts to this type from the input type.
source§

impl From<AssumeDecoratedRoleWithSAMLError> for Error

source§

fn from(err: AssumeDecoratedRoleWithSAMLError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGrantPermissionsError> for Error

source§

fn from(err: BatchGrantPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchRevokePermissionsError> for Error

source§

fn from(err: BatchRevokePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<BuildError> for Error

source§

fn from(value: BuildError) -> Self

Converts to this type from the input type.
source§

impl From<CancelTransactionError> for Error

source§

fn from(err: CancelTransactionError) -> Self

Converts to this type from the input type.
source§

impl From<CommitTransactionError> for Error

source§

fn from(err: CommitTransactionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDataCellsFilterError> for Error

source§

fn from(err: CreateDataCellsFilterError) -> Self

Converts to this type from the input type.
source§

impl From<CreateLFTagError> for Error

source§

fn from(err: CreateLFTagError) -> Self

Converts to this type from the input type.
source§

impl From<CreateLakeFormationIdentityCenterConfigurationError> for Error

source§

fn from(err: CreateLakeFormationIdentityCenterConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateLakeFormationOptInError> for Error

source§

fn from(err: CreateLakeFormationOptInError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDataCellsFilterError> for Error

source§

fn from(err: DeleteDataCellsFilterError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteLFTagError> for Error

source§

fn from(err: DeleteLFTagError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteLakeFormationIdentityCenterConfigurationError> for Error

source§

fn from(err: DeleteLakeFormationIdentityCenterConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteLakeFormationOptInError> for Error

source§

fn from(err: DeleteLakeFormationOptInError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteObjectsOnCancelError> for Error

source§

fn from(err: DeleteObjectsOnCancelError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterResourceError> for Error

source§

fn from(err: DeregisterResourceError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLakeFormationIdentityCenterConfigurationError> for Error

source§

fn from(err: DescribeLakeFormationIdentityCenterConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeResourceError> for Error

source§

fn from(err: DescribeResourceError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTransactionError> for Error

source§

fn from(err: DescribeTransactionError) -> Self

Converts to this type from the input type.
source§

impl From<ExtendTransactionError> for Error

source§

fn from(err: ExtendTransactionError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataCellsFilterError> for Error

source§

fn from(err: GetDataCellsFilterError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataLakeSettingsError> for Error

source§

fn from(err: GetDataLakeSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<GetEffectivePermissionsForPathError> for Error

source§

fn from(err: GetEffectivePermissionsForPathError) -> Self

Converts to this type from the input type.
source§

impl From<GetLFTagError> for Error

source§

fn from(err: GetLFTagError) -> Self

Converts to this type from the input type.
source§

impl From<GetQueryStateError> for Error

source§

fn from(err: GetQueryStateError) -> Self

Converts to this type from the input type.
source§

impl From<GetQueryStatisticsError> for Error

source§

fn from(err: GetQueryStatisticsError) -> Self

Converts to this type from the input type.
source§

impl From<GetResourceLFTagsError> for Error

source§

fn from(err: GetResourceLFTagsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTableObjectsError> for Error

source§

fn from(err: GetTableObjectsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTemporaryGluePartitionCredentialsError> for Error

source§

fn from(err: GetTemporaryGluePartitionCredentialsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTemporaryGlueTableCredentialsError> for Error

source§

fn from(err: GetTemporaryGlueTableCredentialsError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkUnitResultsError> for Error

source§

fn from(err: GetWorkUnitResultsError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkUnitsError> for Error

source§

fn from(err: GetWorkUnitsError) -> Self

Converts to this type from the input type.
source§

impl From<GrantPermissionsError> for Error

source§

fn from(err: GrantPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataCellsFilterError> for Error

source§

fn from(err: ListDataCellsFilterError) -> Self

Converts to this type from the input type.
source§

impl From<ListLFTagsError> for Error

source§

fn from(err: ListLFTagsError) -> Self

Converts to this type from the input type.
source§

impl From<ListLakeFormationOptInsError> for Error

source§

fn from(err: ListLakeFormationOptInsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPermissionsError> for Error

source§

fn from(err: ListPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListResourcesError> for Error

source§

fn from(err: ListResourcesError) -> Self

Converts to this type from the input type.
source§

impl From<ListTableStorageOptimizersError> for Error

source§

fn from(err: ListTableStorageOptimizersError) -> Self

Converts to this type from the input type.
source§

impl From<ListTransactionsError> for Error

source§

fn from(err: ListTransactionsError) -> Self

Converts to this type from the input type.
source§

impl From<PutDataLakeSettingsError> for Error

source§

fn from(err: PutDataLakeSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterResourceError> for Error

source§

fn from(err: RegisterResourceError) -> Self

Converts to this type from the input type.
source§

impl From<RemoveLFTagsFromResourceError> for Error

source§

fn from(err: RemoveLFTagsFromResourceError) -> Self

Converts to this type from the input type.
source§

impl From<RevokePermissionsError> for Error

source§

fn from(err: RevokePermissionsError) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AddLFTagsToResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<AddLFTagsToResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssumeDecoratedRoleWithSAMLError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<AssumeDecoratedRoleWithSAMLError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchGrantPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchGrantPermissionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchRevokePermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchRevokePermissionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelTransactionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CancelTransactionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CommitTransactionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CommitTransactionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDataCellsFilterError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateDataCellsFilterError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateLFTagError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateLFTagError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateLakeFormationIdentityCenterConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from( err: SdkError<CreateLakeFormationIdentityCenterConfigurationError, R> ) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateLakeFormationOptInError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateLakeFormationOptInError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteDataCellsFilterError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteDataCellsFilterError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteLFTagError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteLFTagError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteLakeFormationIdentityCenterConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from( err: SdkError<DeleteLakeFormationIdentityCenterConfigurationError, R> ) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteLakeFormationOptInError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteLakeFormationOptInError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteObjectsOnCancelError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteObjectsOnCancelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeregisterResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeLakeFormationIdentityCenterConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from( err: SdkError<DescribeLakeFormationIdentityCenterConfigurationError, R> ) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTransactionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeTransactionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ExtendTransactionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ExtendTransactionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDataCellsFilterError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetDataCellsFilterError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDataLakeSettingsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetDataLakeSettingsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetEffectivePermissionsForPathError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetEffectivePermissionsForPathError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetLFTagError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetLFTagError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetQueryStateError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetQueryStateError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetQueryStatisticsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetQueryStatisticsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetResourceLFTagsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetResourceLFTagsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetTableObjectsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetTableObjectsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetTemporaryGluePartitionCredentialsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetTemporaryGluePartitionCredentialsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetTemporaryGlueTableCredentialsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetTemporaryGlueTableCredentialsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetWorkUnitResultsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetWorkUnitResultsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetWorkUnitsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetWorkUnitsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GrantPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GrantPermissionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDataCellsFilterError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListDataCellsFilterError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListLFTagsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListLFTagsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListLakeFormationOptInsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListLakeFormationOptInsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListPermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListPermissionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListResourcesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListResourcesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTableStorageOptimizersError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTableStorageOptimizersError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTransactionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTransactionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutDataLakeSettingsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<PutDataLakeSettingsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<RegisterResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<RegisterResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<RemoveLFTagsFromResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<RemoveLFTagsFromResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<RevokePermissionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<RevokePermissionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchDatabasesByLFTagsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<SearchDatabasesByLFTagsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchTablesByLFTagsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<SearchTablesByLFTagsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartQueryPlanningError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<StartQueryPlanningError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartTransactionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<StartTransactionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateDataCellsFilterError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateDataCellsFilterError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateLFTagError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateLFTagError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateLakeFormationIdentityCenterConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from( err: SdkError<UpdateLakeFormationIdentityCenterConfigurationError, R> ) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateTableObjectsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateTableObjectsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateTableStorageOptimizerError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateTableStorageOptimizerError, R>) -> Self

Converts to this type from the input type.
source§

impl From<SearchDatabasesByLFTagsError> for Error

source§

fn from(err: SearchDatabasesByLFTagsError) -> Self

Converts to this type from the input type.
source§

impl From<SearchTablesByLFTagsError> for Error

source§

fn from(err: SearchTablesByLFTagsError) -> Self

Converts to this type from the input type.
source§

impl From<StartQueryPlanningError> for Error

source§

fn from(err: StartQueryPlanningError) -> Self

Converts to this type from the input type.
source§

impl From<StartTransactionError> for Error

source§

fn from(err: StartTransactionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDataCellsFilterError> for Error

source§

fn from(err: UpdateDataCellsFilterError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateLFTagError> for Error

source§

fn from(err: UpdateLFTagError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateLakeFormationIdentityCenterConfigurationError> for Error

source§

fn from(err: UpdateLakeFormationIdentityCenterConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateResourceError> for Error

source§

fn from(err: UpdateResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTableObjectsError> for Error

source§

fn from(err: UpdateTableObjectsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTableStorageOptimizerError> for Error

source§

fn from(err: UpdateTableStorageOptimizerError) -> Self

Converts to this type from the input type.
source§

impl ProvideErrorMetadata for Error

source§

fn meta(&self) -> &ErrorMetadata

Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
source§

fn code(&self) -> Option<&str>

Returns the error code if it’s available.
source§

fn message(&self) -> Option<&str>

Returns the error message, if there is one.
source§

impl RequestId for Error

source§

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

Auto Trait Implementations§

§

impl Freeze for Error

§

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> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for T
where T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more