ContentItemErrorDetail Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |