public static interface AthenaError.Builder extends SdkPojo, CopyableBuilder<AthenaError.Builder,AthenaError>
| Modifier and Type | Method and Description |
|---|---|
AthenaError.Builder |
errorCategory(Integer errorCategory)
An integer value that specifies the category of a query failure error.
|
AthenaError.Builder |
errorMessage(String errorMessage)
Contains a short description of the error that occurred.
|
AthenaError.Builder |
errorType(Integer errorType)
An integer value that provides specific information about an Athena query error.
|
AthenaError.Builder |
retryable(Boolean retryable)
True if the query might succeed if resubmitted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAthenaError.Builder errorCategory(Integer errorCategory)
An integer value that specifies the category of a query failure error. The following list shows the category for each integer value.
1 - System
2 - User
3 - Other
errorCategory - An integer value that specifies the category of a query failure error. The following list shows the
category for each integer value.
1 - System
2 - User
3 - Other
AthenaError.Builder errorType(Integer errorType)
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.
errorType - 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.AthenaError.Builder retryable(Boolean retryable)
True if the query might succeed if resubmitted.
retryable - True if the query might succeed if resubmitted.AthenaError.Builder errorMessage(String errorMessage)
Contains a short description of the error that occurred.
errorMessage - Contains a short description of the error that occurred.Copyright © 2023. All rights reserved.