Enum aws_sdk_athena::error::ListTableMetadataErrorKind [−][src]
#[non_exhaustive]
pub enum ListTableMetadataErrorKind {
InternalServerException(InternalServerException),
InvalidRequestException(InvalidRequestException),
MetadataException(MetadataException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the ListTableMetadata operation.
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.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ListTableMetadataErrorKind
impl Send for ListTableMetadataErrorKind
impl Sync for ListTableMetadataErrorKind
impl Unpin for ListTableMetadataErrorKind
impl !UnwindSafe for ListTableMetadataErrorKind
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
