#[non_exhaustive]
pub enum Error {
Show 29 variants AccessDeniedException(AccessDeniedException), AlreadyExistsException(AlreadyExistsException), ConcurrentModificationException(ConcurrentModificationException), ConcurrentRunsExceededException(ConcurrentRunsExceededException), ConditionCheckFailureException(ConditionCheckFailureException), ConflictException(ConflictException), CrawlerNotRunningException(CrawlerNotRunningException), CrawlerRunningException(CrawlerRunningException), CrawlerStoppingException(CrawlerStoppingException), EntityNotFoundException(EntityNotFoundException), GlueEncryptionException(GlueEncryptionException), IdempotentParameterMismatchException(IdempotentParameterMismatchException), IllegalBlueprintStateException(IllegalBlueprintStateException), 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(Box<dyn Error + Send + Sync + 'static>),
}
Expand description

All possible error types for this service.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
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)

Tuple Fields

Access to a resource was denied.

AlreadyExistsException(AlreadyExistsException)

Tuple Fields

A resource to be created or added already exists.

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)

Tuple Fields

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

CrawlerNotRunningException(CrawlerNotRunningException)

The specified crawler is not running.

CrawlerRunningException(CrawlerRunningException)

Tuple Fields

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

CrawlerStoppingException(CrawlerStoppingException)

Tuple Fields

The specified crawler is stopping.

EntityNotFoundException(EntityNotFoundException)

Tuple Fields

A specified entity does not exist

GlueEncryptionException(GlueEncryptionException)

Tuple Fields

An encryption operation failed.

IdempotentParameterMismatchException(IdempotentParameterMismatchException)

The same unique identifier was associated with two different records.

IllegalBlueprintStateException(IllegalBlueprintStateException)

IllegalWorkflowStateException(IllegalWorkflowStateException)

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

InternalServiceException(InternalServiceException)

Tuple Fields

An internal service error occurred.

InvalidInputException(InvalidInputException)

Tuple Fields

The input provided was not valid.

InvalidStateException(InvalidStateException)

Tuple Fields

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

MlTransformNotReadyException(MlTransformNotReadyException)

The machine learning transform is not ready to run.

NoScheduleException(NoScheduleException)

Tuple Fields

There is no applicable schedule.

OperationTimeoutException(OperationTimeoutException)

The operation timed out.

PermissionTypeMismatchException(PermissionTypeMismatchException)

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)

Tuple Fields

A value could not be validated.

VersionMismatchException(VersionMismatchException)

Tuple Fields

There was a version conflict.

Unhandled(Box<dyn Error + Send + Sync + 'static>)

Tuple Fields

0: Box<dyn Error + Send + Sync + 'static>

An unhandled error occurred.

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

The lower-level source of this error, if any. Read more

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

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

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

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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

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