| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static AthenaError.Builder |
AthenaError.builder() |
AthenaError.Builder |
AthenaError.Builder.errorCategory(Integer errorCategory)
An integer value that specifies the category of a query failure error.
|
AthenaError.Builder |
AthenaError.Builder.errorMessage(String errorMessage)
Contains a short description of the error that occurred.
|
AthenaError.Builder |
AthenaError.Builder.errorType(Integer errorType)
An integer value that provides specific information about an Athena query error.
|
AthenaError.Builder |
AthenaError.Builder.retryable(Boolean retryable)
True if the query might succeed if resubmitted.
|
AthenaError.Builder |
AthenaError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AthenaError.Builder> |
AthenaError.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default QueryExecutionStatus.Builder |
QueryExecutionStatus.Builder.athenaError(Consumer<AthenaError.Builder> athenaError)
Provides information about an Athena query error.
|
Copyright © 2023. All rights reserved.