| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
static ErrorInfo.Builder |
ErrorInfo.builder() |
ErrorInfo.Builder |
ErrorInfo.Builder.errorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
|
ErrorInfo.Builder |
ErrorInfo.Builder.errorType(ErrorDetails errorType)
Specifies the type of error.
|
ErrorInfo.Builder |
ErrorInfo.Builder.errorType(String errorType)
Specifies the type of 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 GetKxChangesetResponse.Builder |
GetKxChangesetResponse.Builder.errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
Provides details in the event of a failed flow, including the error type and the related error message.
|
default CreateKxChangesetResponse.Builder |
CreateKxChangesetResponse.Builder.errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
The details of the error that you receive when creating a changeset.
|
Copyright © 2023. All rights reserved.