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 |
errorType(Integer errorType)
An integer value that provides specific information about an Athena query error.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AthenaError.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.Copyright © 2022. All rights reserved.