| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo |
ErrorInfo.clone() |
ErrorInfo |
ClusterOperationInfo.getErrorInfo()
Describes the error if the operation fails.
|
ErrorInfo |
ClusterOperationV2.getErrorInfo()
If cluster operation failed from an error, it describes the error.
|
ErrorInfo |
ErrorInfo.withErrorCode(String errorCode)
A number describing the error programmatically.
|
ErrorInfo |
ErrorInfo.withErrorString(String errorString)
An optional field to provide more details about the error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterOperationInfo.setErrorInfo(ErrorInfo errorInfo)
Describes the error if the operation fails.
|
void |
ClusterOperationV2.setErrorInfo(ErrorInfo errorInfo)
If cluster operation failed from an error, it describes the error.
|
ClusterOperationInfo |
ClusterOperationInfo.withErrorInfo(ErrorInfo errorInfo)
Describes the error if the operation fails.
|
ClusterOperationV2 |
ClusterOperationV2.withErrorInfo(ErrorInfo errorInfo)
If cluster operation failed from an error, it describes the error.
|
Copyright © 2023. All rights reserved.