Enum aws_sdk_athena::Error [−][src]
#[non_exhaustive]
pub enum Error {
InternalServerException(InternalServerException),
InvalidRequestException(InvalidRequestException),
MetadataException(MetadataException),
ResourceNotFoundException(ResourceNotFoundException),
TooManyRequestsException(TooManyRequestsException),
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
InternalServerException(InternalServerException)
Tuple Fields
Indicates a platform issue, which may be due to a transient condition or outage.
InvalidRequestException(InvalidRequestException)
Tuple Fields
Indicates that something is wrong with the input to the request. For example, a required parameter may be missing or out of range.
MetadataException(MetadataException)
Tuple Fields
An exception that Athena received when it called a custom metastore.
Occurs if the error is not caused by user input (InvalidRequestException)
or from the Athena platform (InternalServerException). For
example, if a user-created Lambda function is missing permissions, the
Lambda
4XX exception is returned in a MetadataException.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
A resource, such as a workgroup, was not found.
TooManyRequestsException(TooManyRequestsException)
Tuple Fields
Indicates that the request was throttled.
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.
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
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
