| Package | Description |
|---|---|
| com.amazonaws.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
DataViewErrorInfo |
DataViewErrorInfo.clone() |
DataViewErrorInfo |
GetDataViewResult.getErrorInfo()
Information about an error that occurred for the Dataview.
|
DataViewErrorInfo |
DataViewSummary.getErrorInfo()
The structure with error messages.
|
DataViewErrorInfo |
DataViewErrorInfo.withErrorCategory(ErrorCategory errorCategory)
The category of the error.
|
DataViewErrorInfo |
DataViewErrorInfo.withErrorCategory(String errorCategory)
The category of the error.
|
DataViewErrorInfo |
DataViewErrorInfo.withErrorMessage(String errorMessage)
The text of the error message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDataViewResult.setErrorInfo(DataViewErrorInfo errorInfo)
Information about an error that occurred for the Dataview.
|
void |
DataViewSummary.setErrorInfo(DataViewErrorInfo errorInfo)
The structure with error messages.
|
GetDataViewResult |
GetDataViewResult.withErrorInfo(DataViewErrorInfo errorInfo)
Information about an error that occurred for the Dataview.
|
DataViewSummary |
DataViewSummary.withErrorInfo(DataViewErrorInfo errorInfo)
The structure with error messages.
|
Copyright © 2023. All rights reserved.