| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static ErrorInfo.Builder |
ErrorInfo.builder() |
ErrorInfo.Builder |
ErrorInfo.Builder.errorCode(String errorCode)
A number describing the error programmatically.
|
ErrorInfo.Builder |
ErrorInfo.Builder.errorString(String errorString)
An optional field to provide more details about the error.
|
ErrorInfo.Builder |
ErrorInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ErrorInfo.Builder> |
ErrorInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
Describes the error if the operation fails.
|
Copyright © 2023. All rights reserved.