FailureMode enumeration
SharePoint 2013
An enum defining the possible failure modes of a content processing enrichement service. FailureMode determines the behavior of the web service client when errors occur.
Namespace: Microsoft.Office.Server.Search.Administration.ContentProcessing
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
| Member name | Description | |
|---|---|---|
| Warning | When FailureMode is set to Warning, the item will continue to be indexed, without any modifications by the web service. | |
| Error | When FailureMode is set to Error, any problem occurring during content enrichment processing will cause a failed callback to be sent for that particular item being processed. |
Show: