Defines errors encountered during a Syndication operation.
Syntax
var value = Windows.Web.Syndication.SyndicationErrorStatus.unknown;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The SyndicationErrorStatus enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Unknown | unknown | 0 |
An unknown error has occurred. |
| MissingRequiredElement | missingRequiredElement | 1 |
A required element is missing. |
| MissingRequiredAttribute | missingRequiredAttribute | 2 |
A required attribute is missing. |
| InvalidXml | invalidXml | 3 |
The provided XML is not valid. |
| UnexpectedContent | unexpectedContent | 4 |
An unexpected error was encountered with the content. |
| UnsupportedFormat | unsupportedFormat | 5 |
The content is not presented in a supported format. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012