| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
static ErrorInfo.Builder |
ErrorInfo.builder() |
ErrorInfo.Builder |
ErrorInfo.Builder.errorCategory(ErrorCategory errorCategory)
The category of the error.
|
ErrorInfo.Builder |
ErrorInfo.Builder.errorCategory(String errorCategory)
The category of the error.
|
ErrorInfo.Builder |
ErrorInfo.Builder.errorMessage(String errorMessage)
The text of the error message.
|
ErrorInfo.Builder |
ErrorInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ErrorInfo.Builder> |
ErrorInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ChangesetInfo.Builder |
ChangesetInfo.Builder.errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
The structure with error messages.
|
Copyright © 2021. All rights reserved.