public final class IndexBatchException
extends com.azure.core.exception.AzureException
IndexBatchException is thrown whenever Azure Cognitive Search index call was only partially successful.
Users can inspect the indexingResults to determine the operation(s) that have failed.| Modifier and Type | Method and Description |
|---|---|
List<IndexingResult> |
getIndexingResults() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic List<IndexingResult> getIndexingResults()
Copyright © 2020 Microsoft Corporation. All rights reserved.