Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.02 KB

syndicationerrorstatus.md

File metadata and controls

40 lines (27 loc) · 1.02 KB
-api-id -api-type
T:Windows.Web.Syndication.SyndicationErrorStatus
winrt enum

SyndicationErrorStatus

-description

Defines errors encountered during a Syndication operation.

-enum-fields

-field Unknown:0

An unknown error has occurred.

-field MissingRequiredElement:1

A required element is missing.

-field MissingRequiredAttribute:2

A required attribute is missing.

-field InvalidXml:3

The provided XML is not valid.

-field UnexpectedContent:4

An unexpected error was encountered with the content.

-field UnsupportedFormat:5

The content is not presented in a supported format.

-remarks

-examples

-see-also

SyndicationError, Syndication sample