AthenaError

Provides information about an Athena query error. The AthenaError feature provides standardized error information to help you understand failed queries and take steps after a query failure occurs. AthenaError includes an ErrorCategory field that specifies whether the cause of the failed query is due to system error, user error, or other error.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An integer value that specifies the category of a query failure error. The following list shows the category for each integer value.

Link copied to clipboard

Contains a short description of the error that occurred.

Link copied to clipboard

An integer value that provides specific information about an Athena query error. For the meaning of specific values, see the Error Type Reference in the Amazon Athena User Guide.

Link copied to clipboard

True if the query might succeed if resubmitted.

Functions

Link copied to clipboard
inline fun copy(block: AthenaError.Builder.() -> Unit = {}): AthenaError
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String