| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
DataSourceSyncJob.errorCode()
If the
Status field is set to FAILED, the ErrorCode field contains a the
reason that the synchronization failed. |
ErrorCode |
BatchDeleteDocumentResponseFailedDocument.errorCode()
The error code for why the document couldn't be removed from the index.
|
ErrorCode |
BatchPutDocumentResponseFailedDocument.errorCode()
The type of error that caused the document to fail to be indexed.
|
static ErrorCode |
ErrorCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ErrorCode> |
ErrorCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceSyncJob.Builder |
DataSourceSyncJob.Builder.errorCode(ErrorCode errorCode)
If the
Status field is set to FAILED, the ErrorCode field contains a
the reason that the synchronization failed. |
BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.Builder.errorCode(ErrorCode errorCode)
The error code for why the document couldn't be removed from the index.
|
BatchPutDocumentResponseFailedDocument.Builder |
BatchPutDocumentResponseFailedDocument.Builder.errorCode(ErrorCode errorCode)
The type of error that caused the document to fail to be indexed.
|
Copyright © 2021. All rights reserved.