AthenaError
class 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
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.