Enum aws_sdk_glue::Error
source · [−]#[non_exhaustive]
pub enum Error {
Show 30 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),
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(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
AccessDeniedException(AccessDeniedException)
Access to a resource was denied.
AlreadyExistsException(AlreadyExistsException)
A resource to be created or added already exists.
ConcurrentModificationException(ConcurrentModificationException)
Two processes are trying to modify a resource simultaneously.
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
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)
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(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()