Language

ContentItemErrorDetail Enum

Definition

public enum class ContentItemErrorDetail
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract, 65536)]
/// [Windows.Foundation.Metadata.Experimental]
enum class ContentItemErrorDetail
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract), 65536)]
[Windows.Foundation.Metadata.Experimental]
public enum ContentItemErrorDetail
var value = Microsoft.Windows.Search.AppContentIndex.ContentItemErrorDetail.noError
Public Enum ContentItemErrorDetail
Inheritance
ContentItemErrorDetail
Attributes

Fields

Name Value Description
NoError 0
UnknownFailure 1
UnknownContentId 2
ContentRegionErrors 3
IndexCorruption 4
InsufficientDiskSpace 5

Applies to