| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo |
ErrorInfo.clone() |
ErrorInfo |
GetKxChangesetResult.getErrorInfo()
Provides details in the event of a failed flow, including the error type and the related error message.
|
ErrorInfo |
CreateKxChangesetResult.getErrorInfo()
The details of the error that you receive when creating a changeset.
|
ErrorInfo |
ErrorInfo.withErrorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
|
ErrorInfo |
ErrorInfo.withErrorType(ErrorDetails errorType)
Specifies the type of error.
|
ErrorInfo |
ErrorInfo.withErrorType(String errorType)
Specifies the type of error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetKxChangesetResult.setErrorInfo(ErrorInfo errorInfo)
Provides details in the event of a failed flow, including the error type and the related error message.
|
void |
CreateKxChangesetResult.setErrorInfo(ErrorInfo errorInfo)
The details of the error that you receive when creating a changeset.
|
GetKxChangesetResult |
GetKxChangesetResult.withErrorInfo(ErrorInfo errorInfo)
Provides details in the event of a failed flow, including the error type and the related error message.
|
CreateKxChangesetResult |
CreateKxChangesetResult.withErrorInfo(ErrorInfo errorInfo)
The details of the error that you receive when creating a changeset.
|
Copyright © 2023. All rights reserved.