Uses of Class
com.azure.search.documents.options.OnActionErrorOptions
Packages that use OnActionErrorOptions
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing options model classes used by Azure Search Documents.
-
Uses of OnActionErrorOptions in com.azure.search.documents
Method parameters in com.azure.search.documents with type arguments of type OnActionErrorOptionsModifier and TypeMethodDescriptionSearchClientBuilder.SearchIndexingBufferedSenderBuilder.onActionError(Consumer<OnActionErrorOptions<T>> onActionErrorConsumer) Sets the callback hook for when a document indexing action has failed to index and isn't retryable. -
Uses of OnActionErrorOptions in com.azure.search.documents.options
Methods in com.azure.search.documents.options that return OnActionErrorOptionsModifier and TypeMethodDescriptionOnActionErrorOptions.setIndexingResult(IndexingResult indexingResult) Sets the indexing result of the action with a non-retryable status code.OnActionErrorOptions.setThrowable(Throwable throwable) Sets the throwable that caused the action failed.