Uses of Class
software.amazon.awssdk.services.glue.model.ErrorDetail
-
Packages that use ErrorDetail Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ErrorDetail in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ErrorDetail Modifier and Type Method Description ErrorDetailBatchGetTableOptimizerError. error()AnErrorDetailobject containing code and message details about the error.ErrorDetailColumnError. error()An error message with the reason for the failure of an operation.ErrorDetailColumnStatisticsError. error()An error message with the reason for the failure of an operation.ErrorDetailTableStatus. error()An error that will only appear when the state is "FAILED".ErrorDetailViewValidation. error()An error associated with the validation.ErrorDetailBatchStopJobRunError. errorDetail()Specifies details about the error that was encountered.ErrorDetailBatchUpdatePartitionFailureEntry. errorDetail()The details about the batch update partition error.ErrorDetailPartitionError. errorDetail()The details about the partition error.ErrorDetailTableError. errorDetail()The details about the error.ErrorDetailTableVersionError. errorDetail()The details about the error.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ErrorDetail Modifier and Type Method Description Map<String,ErrorDetail>BatchDeleteConnectionResponse. errors()A map of the names of connections that were not successfully deleted to error details.Methods in software.amazon.awssdk.services.glue.model with parameters of type ErrorDetail Modifier and Type Method Description BatchGetTableOptimizerError.BuilderBatchGetTableOptimizerError.Builder. error(ErrorDetail error)AnErrorDetailobject containing code and message details about the error.ColumnError.BuilderColumnError.Builder. error(ErrorDetail error)An error message with the reason for the failure of an operation.ColumnStatisticsError.BuilderColumnStatisticsError.Builder. error(ErrorDetail error)An error message with the reason for the failure of an operation.TableStatus.BuilderTableStatus.Builder. error(ErrorDetail error)An error that will only appear when the state is "FAILED".ViewValidation.BuilderViewValidation.Builder. error(ErrorDetail error)An error associated with the validation.BatchStopJobRunError.BuilderBatchStopJobRunError.Builder. errorDetail(ErrorDetail errorDetail)Specifies details about the error that was encountered.BatchUpdatePartitionFailureEntry.BuilderBatchUpdatePartitionFailureEntry.Builder. errorDetail(ErrorDetail errorDetail)The details about the batch update partition error.PartitionError.BuilderPartitionError.Builder. errorDetail(ErrorDetail errorDetail)The details about the partition error.TableError.BuilderTableError.Builder. errorDetail(ErrorDetail errorDetail)The details about the error.TableVersionError.BuilderTableVersionError.Builder. errorDetail(ErrorDetail errorDetail)The details about the error.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ErrorDetail Modifier and Type Method Description BatchDeleteConnectionResponse.BuilderBatchDeleteConnectionResponse.Builder. errors(Map<String,ErrorDetail> errors)A map of the names of connections that were not successfully deleted to error details.
-