| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
AthenaError |
AthenaError.clone() |
AthenaError |
QueryExecutionStatus.getAthenaError()
Provides information about an Athena query error.
|
AthenaError |
AthenaError.withErrorCategory(Integer errorCategory)
An integer value that specifies the category of a query failure error.
|
AthenaError |
AthenaError.withErrorMessage(String errorMessage)
Contains a short description of the error that occurred.
|
AthenaError |
AthenaError.withErrorType(Integer errorType)
An integer value that provides specific information about an Athena query error.
|
AthenaError |
AthenaError.withRetryable(Boolean retryable)
True if the query might succeed if resubmitted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryExecutionStatus.setAthenaError(AthenaError athenaError)
Provides information about an Athena query error.
|
QueryExecutionStatus |
QueryExecutionStatus.withAthenaError(AthenaError athenaError)
Provides information about an Athena query error.
|
Copyright © 2024. All rights reserved.