Enum aws_sdk_glue::Error

source ·
#[non_exhaustive]
pub enum Error {
Show 36 variants AccessDeniedException(AccessDeniedException), AlreadyExistsException(AlreadyExistsException), ColumnStatisticsTaskNotRunningException(ColumnStatisticsTaskNotRunningException), ColumnStatisticsTaskRunningException(ColumnStatisticsTaskRunningException), ColumnStatisticsTaskStoppingException(ColumnStatisticsTaskStoppingException), ConcurrentModificationException(ConcurrentModificationException), ConcurrentRunsExceededException(ConcurrentRunsExceededException), ConditionCheckFailureException(ConditionCheckFailureException), ConflictException(ConflictException), CrawlerNotRunningException(CrawlerNotRunningException), CrawlerRunningException(CrawlerRunningException), CrawlerStoppingException(CrawlerStoppingException), EntityNotFoundException(EntityNotFoundException), FederatedResourceAlreadyExistsException(FederatedResourceAlreadyExistsException), FederationSourceException(FederationSourceException), FederationSourceRetryableException(FederationSourceRetryableException), GlueEncryptionException(GlueEncryptionException), IdempotentParameterMismatchException(IdempotentParameterMismatchException), IllegalBlueprintStateException(IllegalBlueprintStateException), IllegalSessionStateException(IllegalSessionStateException), IllegalWorkflowStateException(IllegalWorkflowStateException), InternalServiceException(InternalServiceException), InvalidInputException(InvalidInputException), InvalidStateException(InvalidStateException), MlTransformNotReadyException(MlTransformNotReadyException), NoScheduleException(NoScheduleException), OperationTimeoutException(OperationTimeoutException), PermissionTypeMismatchException(PermissionTypeMismatchException), ResourceNotReadyException(ResourceNotReadyException), ResourceNumberLimitExceededException(ResourceNumberLimitExceededException), SchedulerNotRunningException(SchedulerNotRunningException), SchedulerRunningException(SchedulerRunningException), SchedulerTransitioningException(SchedulerTransitioningException), ValidationException(ValidationException), VersionMismatchException(VersionMismatchException), 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.

§

ColumnStatisticsTaskNotRunningException(ColumnStatisticsTaskNotRunningException)

An exception thrown when you try to stop a task run when there is no task running.

§

ColumnStatisticsTaskRunningException(ColumnStatisticsTaskRunningException)

An exception thrown when you try to start another job while running a column stats generation job.

§

ColumnStatisticsTaskStoppingException(ColumnStatisticsTaskStoppingException)

An exception thrown when you try to stop a task run.

§

ConcurrentModificationException(ConcurrentModificationException)

Two processes are trying to modify a resource simultaneously.

§

ConcurrentRunsExceededException(ConcurrentRunsExceededException)

Too many jobs are being run concurrently.

§

ConditionCheckFailureException(ConditionCheckFailureException)

A specified condition was not satisfied.

§

ConflictException(ConflictException)

The CreatePartitions API was called on a table that has indexes enabled.

§

CrawlerNotRunningException(CrawlerNotRunningException)

The specified crawler is not running.

§

CrawlerRunningException(CrawlerRunningException)

The operation cannot be performed because the crawler is already running.

§

CrawlerStoppingException(CrawlerStoppingException)

The specified crawler is stopping.

§

EntityNotFoundException(EntityNotFoundException)

A specified entity does not exist

§

FederatedResourceAlreadyExistsException(FederatedResourceAlreadyExistsException)

A federated resource already exists.

§

FederationSourceException(FederationSourceException)

A federation source failed.

§

FederationSourceRetryableException(FederationSourceRetryableException)

A federation source failed, but the operation may be retried.

§

GlueEncryptionException(GlueEncryptionException)

An encryption operation failed.

§

IdempotentParameterMismatchException(IdempotentParameterMismatchException)

The same unique identifier was associated with two different records.

§

IllegalBlueprintStateException(IllegalBlueprintStateException)

The blueprint is in an invalid state to perform a requested operation.

§

IllegalSessionStateException(IllegalSessionStateException)

The session is in an invalid state to perform a requested operation.

§

IllegalWorkflowStateException(IllegalWorkflowStateException)

The workflow is in an invalid state to perform a requested operation.

§

InternalServiceException(InternalServiceException)

An internal service error occurred.

§

InvalidInputException(InvalidInputException)

The input provided was not valid.

§

InvalidStateException(InvalidStateException)

An error that indicates your data is in an invalid state.

§

MlTransformNotReadyException(MlTransformNotReadyException)

The machine learning transform is not ready to run.

§

NoScheduleException(NoScheduleException)

There is no applicable schedule.

§

OperationTimeoutException(OperationTimeoutException)

The operation timed out.

§

PermissionTypeMismatchException(PermissionTypeMismatchException)

The operation timed out.

§

ResourceNotReadyException(ResourceNotReadyException)

A resource was not ready for a transaction.

§

ResourceNumberLimitExceededException(ResourceNumberLimitExceededException)

A resource numerical limit was exceeded.

§

SchedulerNotRunningException(SchedulerNotRunningException)

The specified scheduler is not running.

§

SchedulerRunningException(SchedulerRunningException)

The specified scheduler is already running.

§

SchedulerTransitioningException(SchedulerTransitioningException)

The specified scheduler is transitioning.

§

ValidationException(ValidationException)

A value could not be validated.

§

VersionMismatchException(VersionMismatchException)

There was a version conflict.

§

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<BatchCreatePartitionError> for Error

source§

fn from(err: BatchCreatePartitionError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeleteConnectionError> for Error

source§

fn from(err: BatchDeleteConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeletePartitionError> for Error

source§

fn from(err: BatchDeletePartitionError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeleteTableError> for Error

source§

fn from(err: BatchDeleteTableError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeleteTableVersionError> for Error

source§

fn from(err: BatchDeleteTableVersionError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetBlueprintsError> for Error

source§

fn from(err: BatchGetBlueprintsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetCrawlersError> for Error

source§

fn from(err: BatchGetCrawlersError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetCustomEntityTypesError> for Error

source§

fn from(err: BatchGetCustomEntityTypesError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetDataQualityResultError> for Error

source§

fn from(err: BatchGetDataQualityResultError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetDevEndpointsError> for Error

source§

fn from(err: BatchGetDevEndpointsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetJobsError> for Error

source§

fn from(err: BatchGetJobsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetPartitionError> for Error

source§

fn from(err: BatchGetPartitionError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetTableOptimizerError> for Error

source§

fn from(err: BatchGetTableOptimizerError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetTriggersError> for Error

source§

fn from(err: BatchGetTriggersError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetWorkflowsError> for Error

source§

fn from(err: BatchGetWorkflowsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchStopJobRunError> for Error

source§

fn from(err: BatchStopJobRunError) -> Self

Converts to this type from the input type.
source§

impl From<BatchUpdatePartitionError> for Error

source§

fn from(err: BatchUpdatePartitionError) -> 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<CancelDataQualityRuleRecommendationRunError> for Error

source§

fn from(err: CancelDataQualityRuleRecommendationRunError) -> Self

Converts to this type from the input type.
source§

impl From<CancelDataQualityRulesetEvaluationRunError> for Error

source§

fn from(err: CancelDataQualityRulesetEvaluationRunError) -> Self

Converts to this type from the input type.
source§

impl From<CancelMLTaskRunError> for Error

source§

fn from(err: CancelMLTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<CancelStatementError> for Error

source§

fn from(err: CancelStatementError) -> Self

Converts to this type from the input type.
source§

impl From<CheckSchemaVersionValidityError> for Error

source§

fn from(err: CheckSchemaVersionValidityError) -> Self

Converts to this type from the input type.
source§

impl From<CreateBlueprintError> for Error

source§

fn from(err: CreateBlueprintError) -> Self

Converts to this type from the input type.
source§

impl From<CreateClassifierError> for Error

source§

fn from(err: CreateClassifierError) -> Self

Converts to this type from the input type.
source§

impl From<CreateConnectionError> for Error

source§

fn from(err: CreateConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCrawlerError> for Error

source§

fn from(err: CreateCrawlerError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCustomEntityTypeError> for Error

source§

fn from(err: CreateCustomEntityTypeError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDataQualityRulesetError> for Error

source§

fn from(err: CreateDataQualityRulesetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDatabaseError> for Error

source§

fn from(err: CreateDatabaseError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDevEndpointError> for Error

source§

fn from(err: CreateDevEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<CreateJobError> for Error

source§

fn from(err: CreateJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMLTransformError> for Error

source§

fn from(err: CreateMLTransformError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePartitionError> for Error

source§

fn from(err: CreatePartitionError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePartitionIndexError> for Error

source§

fn from(err: CreatePartitionIndexError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRegistryError> for Error

source§

fn from(err: CreateRegistryError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSchemaError> for Error

source§

fn from(err: CreateSchemaError) -> Self

Converts to this type from the input type.
source§

impl From<CreateScriptError> for Error

source§

fn from(err: CreateScriptError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSecurityConfigurationError> for Error

source§

fn from(err: CreateSecurityConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSessionError> for Error

source§

fn from(err: CreateSessionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTableError> for Error

source§

fn from(err: CreateTableError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTableOptimizerError> for Error

source§

fn from(err: CreateTableOptimizerError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTriggerError> for Error

source§

fn from(err: CreateTriggerError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUserDefinedFunctionError> for Error

source§

fn from(err: CreateUserDefinedFunctionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWorkflowError> for Error

source§

fn from(err: CreateWorkflowError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteBlueprintError> for Error

source§

fn from(err: DeleteBlueprintError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteClassifierError> for Error

source§

fn from(err: DeleteClassifierError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteColumnStatisticsForPartitionError> for Error

source§

fn from(err: DeleteColumnStatisticsForPartitionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteColumnStatisticsForTableError> for Error

source§

fn from(err: DeleteColumnStatisticsForTableError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteConnectionError> for Error

source§

fn from(err: DeleteConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCrawlerError> for Error

source§

fn from(err: DeleteCrawlerError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCustomEntityTypeError> for Error

source§

fn from(err: DeleteCustomEntityTypeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDataQualityRulesetError> for Error

source§

fn from(err: DeleteDataQualityRulesetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDatabaseError> for Error

source§

fn from(err: DeleteDatabaseError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDevEndpointError> for Error

source§

fn from(err: DeleteDevEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteJobError> for Error

source§

fn from(err: DeleteJobError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMLTransformError> for Error

source§

fn from(err: DeleteMLTransformError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePartitionError> for Error

source§

fn from(err: DeletePartitionError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePartitionIndexError> for Error

source§

fn from(err: DeletePartitionIndexError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRegistryError> for Error

source§

fn from(err: DeleteRegistryError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteResourcePolicyError> for Error

source§

fn from(err: DeleteResourcePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSchemaError> for Error

source§

fn from(err: DeleteSchemaError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSchemaVersionsError> for Error

source§

fn from(err: DeleteSchemaVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSecurityConfigurationError> for Error

source§

fn from(err: DeleteSecurityConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSessionError> for Error

source§

fn from(err: DeleteSessionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTableError> for Error

source§

fn from(err: DeleteTableError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTableOptimizerError> for Error

source§

fn from(err: DeleteTableOptimizerError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTableVersionError> for Error

source§

fn from(err: DeleteTableVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTriggerError> for Error

source§

fn from(err: DeleteTriggerError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUserDefinedFunctionError> for Error

source§

fn from(err: DeleteUserDefinedFunctionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWorkflowError> for Error

source§

fn from(err: DeleteWorkflowError) -> Self

Converts to this type from the input type.
source§

impl From<GetBlueprintError> for Error

source§

fn from(err: GetBlueprintError) -> Self

Converts to this type from the input type.
source§

impl From<GetBlueprintRunError> for Error

source§

fn from(err: GetBlueprintRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetBlueprintRunsError> for Error

source§

fn from(err: GetBlueprintRunsError) -> Self

Converts to this type from the input type.
source§

impl From<GetCatalogImportStatusError> for Error

source§

fn from(err: GetCatalogImportStatusError) -> Self

Converts to this type from the input type.
source§

impl From<GetClassifierError> for Error

source§

fn from(err: GetClassifierError) -> Self

Converts to this type from the input type.
source§

impl From<GetClassifiersError> for Error

source§

fn from(err: GetClassifiersError) -> Self

Converts to this type from the input type.
source§

impl From<GetColumnStatisticsForPartitionError> for Error

source§

fn from(err: GetColumnStatisticsForPartitionError) -> Self

Converts to this type from the input type.
source§

impl From<GetColumnStatisticsForTableError> for Error

source§

fn from(err: GetColumnStatisticsForTableError) -> Self

Converts to this type from the input type.
source§

impl From<GetColumnStatisticsTaskRunError> for Error

source§

fn from(err: GetColumnStatisticsTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetColumnStatisticsTaskRunsError> for Error

source§

fn from(err: GetColumnStatisticsTaskRunsError) -> Self

Converts to this type from the input type.
source§

impl From<GetConnectionError> for Error

source§

fn from(err: GetConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<GetConnectionsError> for Error

source§

fn from(err: GetConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<GetCrawlerError> for Error

source§

fn from(err: GetCrawlerError) -> Self

Converts to this type from the input type.
source§

impl From<GetCrawlerMetricsError> for Error

source§

fn from(err: GetCrawlerMetricsError) -> Self

Converts to this type from the input type.
source§

impl From<GetCrawlersError> for Error

source§

fn from(err: GetCrawlersError) -> Self

Converts to this type from the input type.
source§

impl From<GetCustomEntityTypeError> for Error

source§

fn from(err: GetCustomEntityTypeError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataCatalogEncryptionSettingsError> for Error

source§

fn from(err: GetDataCatalogEncryptionSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataQualityResultError> for Error

source§

fn from(err: GetDataQualityResultError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataQualityRuleRecommendationRunError> for Error

source§

fn from(err: GetDataQualityRuleRecommendationRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataQualityRulesetError> for Error

source§

fn from(err: GetDataQualityRulesetError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataQualityRulesetEvaluationRunError> for Error

source§

fn from(err: GetDataQualityRulesetEvaluationRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetDatabaseError> for Error

source§

fn from(err: GetDatabaseError) -> Self

Converts to this type from the input type.
source§

impl From<GetDatabasesError> for Error

source§

fn from(err: GetDatabasesError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataflowGraphError> for Error

source§

fn from(err: GetDataflowGraphError) -> Self

Converts to this type from the input type.
source§

impl From<GetDevEndpointError> for Error

source§

fn from(err: GetDevEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<GetDevEndpointsError> for Error

source§

fn from(err: GetDevEndpointsError) -> Self

Converts to this type from the input type.
source§

impl From<GetJobBookmarkError> for Error

source§

fn from(err: GetJobBookmarkError) -> Self

Converts to this type from the input type.
source§

impl From<GetJobError> for Error

source§

fn from(err: GetJobError) -> Self

Converts to this type from the input type.
source§

impl From<GetJobRunError> for Error

source§

fn from(err: GetJobRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetJobRunsError> for Error

source§

fn from(err: GetJobRunsError) -> Self

Converts to this type from the input type.
source§

impl From<GetJobsError> for Error

source§

fn from(err: GetJobsError) -> Self

Converts to this type from the input type.
source§

impl From<GetMLTaskRunError> for Error

source§

fn from(err: GetMLTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetMLTaskRunsError> for Error

source§

fn from(err: GetMLTaskRunsError) -> Self

Converts to this type from the input type.
source§

impl From<GetMLTransformError> for Error

source§

fn from(err: GetMLTransformError) -> Self

Converts to this type from the input type.
source§

impl From<GetMLTransformsError> for Error

source§

fn from(err: GetMLTransformsError) -> Self

Converts to this type from the input type.
source§

impl From<GetMappingError> for Error

source§

fn from(err: GetMappingError) -> Self

Converts to this type from the input type.
source§

impl From<GetPartitionError> for Error

source§

fn from(err: GetPartitionError) -> Self

Converts to this type from the input type.
source§

impl From<GetPartitionIndexesError> for Error

source§

fn from(err: GetPartitionIndexesError) -> Self

Converts to this type from the input type.
source§

impl From<GetPartitionsError> for Error

source§

fn from(err: GetPartitionsError) -> Self

Converts to this type from the input type.
source§

impl From<GetPlanError> for Error

source§

fn from(err: GetPlanError) -> Self

Converts to this type from the input type.
source§

impl From<GetRegistryError> for Error

source§

fn from(err: GetRegistryError) -> Self

Converts to this type from the input type.
source§

impl From<GetResourcePoliciesError> for Error

source§

fn from(err: GetResourcePoliciesError) -> Self

Converts to this type from the input type.
source§

impl From<GetResourcePolicyError> for Error

source§

fn from(err: GetResourcePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<GetSchemaByDefinitionError> for Error

source§

fn from(err: GetSchemaByDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<GetSchemaError> for Error

source§

fn from(err: GetSchemaError) -> Self

Converts to this type from the input type.
source§

impl From<GetSchemaVersionError> for Error

source§

fn from(err: GetSchemaVersionError) -> Self

Converts to this type from the input type.
source§

impl From<GetSchemaVersionsDiffError> for Error

source§

fn from(err: GetSchemaVersionsDiffError) -> Self

Converts to this type from the input type.
source§

impl From<GetSecurityConfigurationError> for Error

source§

fn from(err: GetSecurityConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetSecurityConfigurationsError> for Error

source§

fn from(err: GetSecurityConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<GetSessionError> for Error

source§

fn from(err: GetSessionError) -> Self

Converts to this type from the input type.
source§

impl From<GetStatementError> for Error

source§

fn from(err: GetStatementError) -> Self

Converts to this type from the input type.
source§

impl From<GetTableError> for Error

source§

fn from(err: GetTableError) -> Self

Converts to this type from the input type.
source§

impl From<GetTableOptimizerError> for Error

source§

fn from(err: GetTableOptimizerError) -> Self

Converts to this type from the input type.
source§

impl From<GetTableVersionError> for Error

source§

fn from(err: GetTableVersionError) -> Self

Converts to this type from the input type.
source§

impl From<GetTableVersionsError> for Error

source§

fn from(err: GetTableVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTablesError> for Error

source§

fn from(err: GetTablesError) -> Self

Converts to this type from the input type.
source§

impl From<GetTagsError> for Error

source§

fn from(err: GetTagsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTriggerError> for Error

source§

fn from(err: GetTriggerError) -> Self

Converts to this type from the input type.
source§

impl From<GetTriggersError> for Error

source§

fn from(err: GetTriggersError) -> Self

Converts to this type from the input type.
source§

impl From<GetUnfilteredPartitionMetadataError> for Error

source§

fn from(err: GetUnfilteredPartitionMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<GetUnfilteredPartitionsMetadataError> for Error

source§

fn from(err: GetUnfilteredPartitionsMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<GetUnfilteredTableMetadataError> for Error

source§

fn from(err: GetUnfilteredTableMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<GetUserDefinedFunctionError> for Error

source§

fn from(err: GetUserDefinedFunctionError) -> Self

Converts to this type from the input type.
source§

impl From<GetUserDefinedFunctionsError> for Error

source§

fn from(err: GetUserDefinedFunctionsError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkflowError> for Error

source§

fn from(err: GetWorkflowError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkflowRunError> for Error

source§

fn from(err: GetWorkflowRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkflowRunPropertiesError> for Error

source§

fn from(err: GetWorkflowRunPropertiesError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkflowRunsError> for Error

source§

fn from(err: GetWorkflowRunsError) -> Self

Converts to this type from the input type.
source§

impl From<ImportCatalogToGlueError> for Error

source§

fn from(err: ImportCatalogToGlueError) -> Self

Converts to this type from the input type.
source§

impl From<ListBlueprintsError> for Error

source§

fn from(err: ListBlueprintsError) -> Self

Converts to this type from the input type.
source§

impl From<ListColumnStatisticsTaskRunsError> for Error

source§

fn from(err: ListColumnStatisticsTaskRunsError) -> Self

Converts to this type from the input type.
source§

impl From<ListCrawlersError> for Error

source§

fn from(err: ListCrawlersError) -> Self

Converts to this type from the input type.
source§

impl From<ListCrawlsError> for Error

source§

fn from(err: ListCrawlsError) -> Self

Converts to this type from the input type.
source§

impl From<ListCustomEntityTypesError> for Error

source§

fn from(err: ListCustomEntityTypesError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataQualityResultsError> for Error

source§

fn from(err: ListDataQualityResultsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataQualityRuleRecommendationRunsError> for Error

source§

fn from(err: ListDataQualityRuleRecommendationRunsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataQualityRulesetEvaluationRunsError> for Error

source§

fn from(err: ListDataQualityRulesetEvaluationRunsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataQualityRulesetsError> for Error

source§

fn from(err: ListDataQualityRulesetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDevEndpointsError> for Error

source§

fn from(err: ListDevEndpointsError) -> Self

Converts to this type from the input type.
source§

impl From<ListJobsError> for Error

source§

fn from(err: ListJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListMLTransformsError> for Error

source§

fn from(err: ListMLTransformsError) -> Self

Converts to this type from the input type.
source§

impl From<ListRegistriesError> for Error

source§

fn from(err: ListRegistriesError) -> Self

Converts to this type from the input type.
source§

impl From<ListSchemaVersionsError> for Error

source§

fn from(err: ListSchemaVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSchemasError> for Error

source§

fn from(err: ListSchemasError) -> Self

Converts to this type from the input type.
source§

impl From<ListSessionsError> for Error

source§

fn from(err: ListSessionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListStatementsError> for Error

source§

fn from(err: ListStatementsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTableOptimizerRunsError> for Error

source§

fn from(err: ListTableOptimizerRunsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTriggersError> for Error

source§

fn from(err: ListTriggersError) -> Self

Converts to this type from the input type.
source§

impl From<ListWorkflowsError> for Error

source§

fn from(err: ListWorkflowsError) -> Self

Converts to this type from the input type.
source§

impl From<PutDataCatalogEncryptionSettingsError> for Error

source§

fn from(err: PutDataCatalogEncryptionSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<PutResourcePolicyError> for Error

source§

fn from(err: PutResourcePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<PutSchemaVersionMetadataError> for Error

source§

fn from(err: PutSchemaVersionMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<PutWorkflowRunPropertiesError> for Error

source§

fn from(err: PutWorkflowRunPropertiesError) -> Self

Converts to this type from the input type.
source§

impl From<QuerySchemaVersionMetadataError> for Error

source§

fn from(err: QuerySchemaVersionMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterSchemaVersionError> for Error

source§

fn from(err: RegisterSchemaVersionError) -> Self

Converts to this type from the input type.
source§

impl From<RemoveSchemaVersionMetadataError> for Error

source§

fn from(err: RemoveSchemaVersionMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<ResetJobBookmarkError> for Error

source§

fn from(err: ResetJobBookmarkError) -> Self

Converts to this type from the input type.
source§

impl From<ResumeWorkflowRunError> for Error

source§

fn from(err: ResumeWorkflowRunError) -> Self

Converts to this type from the input type.
source§

impl From<RunStatementError> for Error

source§

fn from(err: RunStatementError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<SearchTablesError> for Error

source§

fn from(err: SearchTablesError) -> Self

Converts to this type from the input type.
source§

impl From<StartBlueprintRunError> for Error

source§

fn from(err: StartBlueprintRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartColumnStatisticsTaskRunError> for Error

source§

fn from(err: StartColumnStatisticsTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartCrawlerError> for Error

source§

fn from(err: StartCrawlerError) -> Self

Converts to this type from the input type.
source§

impl From<StartCrawlerScheduleError> for Error

source§

fn from(err: StartCrawlerScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<StartDataQualityRuleRecommendationRunError> for Error

source§

fn from(err: StartDataQualityRuleRecommendationRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartDataQualityRulesetEvaluationRunError> for Error

source§

fn from(err: StartDataQualityRulesetEvaluationRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartExportLabelsTaskRunError> for Error

source§

fn from(err: StartExportLabelsTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartImportLabelsTaskRunError> for Error

source§

fn from(err: StartImportLabelsTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartJobRunError> for Error

source§

fn from(err: StartJobRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartMLEvaluationTaskRunError> for Error

source§

fn from(err: StartMLEvaluationTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartMLLabelingSetGenerationTaskRunError> for Error

source§

fn from(err: StartMLLabelingSetGenerationTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartTriggerError> for Error

source§

fn from(err: StartTriggerError) -> Self

Converts to this type from the input type.
source§

impl From<StartWorkflowRunError> for Error

source§

fn from(err: StartWorkflowRunError) -> Self

Converts to this type from the input type.
source§

impl From<StopColumnStatisticsTaskRunError> for Error

source§

fn from(err: StopColumnStatisticsTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<StopCrawlerError> for Error

source§

fn from(err: StopCrawlerError) -> Self

Converts to this type from the input type.
source§

impl From<StopCrawlerScheduleError> for Error

source§

fn from(err: StopCrawlerScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<StopSessionError> for Error

source§

fn from(err: StopSessionError) -> Self

Converts to this type from the input type.
source§

impl From<StopTriggerError> for Error

source§

fn from(err: StopTriggerError) -> Self

Converts to this type from the input type.
source§

impl From<StopWorkflowRunError> for Error

source§

fn from(err: StopWorkflowRunError) -> Self

Converts to this type from the input type.
source§

impl From<TagResourceError> for Error

source§

fn from(err: TagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UntagResourceError> for Error

source§

fn from(err: UntagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateBlueprintError> for Error

source§

fn from(err: UpdateBlueprintError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateClassifierError> for Error

source§

fn from(err: UpdateClassifierError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateColumnStatisticsForPartitionError> for Error

source§

fn from(err: UpdateColumnStatisticsForPartitionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateColumnStatisticsForTableError> for Error

source§

fn from(err: UpdateColumnStatisticsForTableError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateConnectionError> for Error

source§

fn from(err: UpdateConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateCrawlerError> for Error

source§

fn from(err: UpdateCrawlerError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateCrawlerScheduleError> for Error

source§

fn from(err: UpdateCrawlerScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDataQualityRulesetError> for Error

source§

fn from(err: UpdateDataQualityRulesetError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDatabaseError> for Error

source§

fn from(err: UpdateDatabaseError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDevEndpointError> for Error

source§

fn from(err: UpdateDevEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateJobError> for Error

source§

fn from(err: UpdateJobError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateJobFromSourceControlError> for Error

source§

fn from(err: UpdateJobFromSourceControlError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMLTransformError> for Error

source§

fn from(err: UpdateMLTransformError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePartitionError> for Error

source§

fn from(err: UpdatePartitionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRegistryError> for Error

source§

fn from(err: UpdateRegistryError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSchemaError> for Error

source§

fn from(err: UpdateSchemaError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSourceControlFromJobError> for Error

source§

fn from(err: UpdateSourceControlFromJobError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTableError> for Error

source§

fn from(err: UpdateTableError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTableOptimizerError> for Error

source§

fn from(err: UpdateTableOptimizerError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTriggerError> for Error

source§

fn from(err: UpdateTriggerError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserDefinedFunctionError> for Error

source§

fn from(err: UpdateUserDefinedFunctionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateWorkflowError> for Error

source§

fn from(err: UpdateWorkflowError) -> 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