| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetail |
ErrorDetail.clone() |
ErrorDetail |
DocumentDetails.getError()
An error message associated with the document.
|
ErrorDetail |
DataSourceSyncJob.getError()
If the
Status field is set to FAILED, the ErrorCode field indicates the
reason the synchronization failed. |
ErrorDetail |
FailedDocument.getError()
An explanation for why the document couldn't be removed from the index.
|
ErrorDetail |
GetWebExperienceResult.getError()
When the
Status field value is FAILED, the ErrorMessage field contains a
description of the error that caused the data source connector to fail. |
ErrorDetail |
GetDataSourceResult.getError()
When the
Status field value is FAILED, the ErrorMessage field contains a
description of the error that caused the data source connector to fail. |
ErrorDetail |
GetApplicationResult.getError()
If the
Status field is set to ERROR, the ErrorMessage field contains a
description of the error that caused the synchronization to fail. |
ErrorDetail |
GetIndexResult.getError()
When the
Status field value is FAILED, the ErrorMessage field contains a
message that explains why. |
ErrorDetail |
AttachmentOutput.getError()
An error associated with a file uploaded during chat.
|
ErrorDetail |
GroupStatusDetail.getErrorDetail()
The details of an error associated a group status.
|
ErrorDetail |
ErrorDetail.withErrorCode(ErrorCode errorCode)
The code associated with the data source sync error.
|
ErrorDetail |
ErrorDetail.withErrorCode(String errorCode)
The code associated with the data source sync error.
|
ErrorDetail |
ErrorDetail.withErrorMessage(String errorMessage)
The message explaining the data source sync error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentDetails.setError(ErrorDetail error)
An error message associated with the document.
|
void |
DataSourceSyncJob.setError(ErrorDetail error)
If the
Status field is set to FAILED, the ErrorCode field indicates the
reason the synchronization failed. |
void |
FailedDocument.setError(ErrorDetail error)
An explanation for why the document couldn't be removed from the index.
|
void |
GetWebExperienceResult.setError(ErrorDetail error)
When the
Status field value is FAILED, the ErrorMessage field contains a
description of the error that caused the data source connector to fail. |
void |
GetDataSourceResult.setError(ErrorDetail error)
When the
Status field value is FAILED, the ErrorMessage field contains a
description of the error that caused the data source connector to fail. |
void |
GetApplicationResult.setError(ErrorDetail error)
If the
Status field is set to ERROR, the ErrorMessage field contains a
description of the error that caused the synchronization to fail. |
void |
GetIndexResult.setError(ErrorDetail error)
When the
Status field value is FAILED, the ErrorMessage field contains a
message that explains why. |
void |
AttachmentOutput.setError(ErrorDetail error)
An error associated with a file uploaded during chat.
|
void |
GroupStatusDetail.setErrorDetail(ErrorDetail errorDetail)
The details of an error associated a group status.
|
DocumentDetails |
DocumentDetails.withError(ErrorDetail error)
An error message associated with the document.
|
DataSourceSyncJob |
DataSourceSyncJob.withError(ErrorDetail error)
If the
Status field is set to FAILED, the ErrorCode field indicates the
reason the synchronization failed. |
FailedDocument |
FailedDocument.withError(ErrorDetail error)
An explanation for why the document couldn't be removed from the index.
|
GetWebExperienceResult |
GetWebExperienceResult.withError(ErrorDetail error)
When the
Status field value is FAILED, the ErrorMessage field contains a
description of the error that caused the data source connector to fail. |
GetDataSourceResult |
GetDataSourceResult.withError(ErrorDetail error)
When the
Status field value is FAILED, the ErrorMessage field contains a
description of the error that caused the data source connector to fail. |
GetApplicationResult |
GetApplicationResult.withError(ErrorDetail error)
If the
Status field is set to ERROR, the ErrorMessage field contains a
description of the error that caused the synchronization to fail. |
GetIndexResult |
GetIndexResult.withError(ErrorDetail error)
When the
Status field value is FAILED, the ErrorMessage field contains a
message that explains why. |
AttachmentOutput |
AttachmentOutput.withError(ErrorDetail error)
An error associated with a file uploaded during chat.
|
GroupStatusDetail |
GroupStatusDetail.withErrorDetail(ErrorDetail errorDetail)
The details of an error associated a group status.
|
Copyright © 2025. All rights reserved.