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)

No code example is currently available or this language may not be supported.

Member nameDescription
WarningWhen FailureMode is set to Warning, the item will continue to be indexed, without any modifications by the web service.
ErrorWhen 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: