Enum aws_sdk_redshiftdata::Error [−][src]
#[non_exhaustive]
pub enum Error {
ActiveStatementsExceededException(ActiveStatementsExceededException),
BatchExecuteStatementException(BatchExecuteStatementException),
ExecuteStatementException(ExecuteStatementException),
InternalServerException(InternalServerException),
ResourceNotFoundException(ResourceNotFoundException),
ValidationException(ValidationException),
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
ActiveStatementsExceededException(ActiveStatementsExceededException)
Tuple Fields
The number of active statements exceeds the limit.
BatchExecuteStatementException(BatchExecuteStatementException)
Tuple Fields
An SQL statement encountered an environmental error while running.
ExecuteStatementException(ExecuteStatementException)
Tuple Fields
The SQL statement encountered an environmental error while running.
InternalServerException(InternalServerException)
Tuple Fields
The Amazon Redshift Data API operation failed due to invalid input.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The Amazon Redshift Data API operation failed due to a missing resource.
ValidationException(ValidationException)
Tuple Fields
The Amazon Redshift Data API operation failed due to invalid input.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
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
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
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