Enum feed_rs::parser::ParseErrorKind [−][src]
Expand description
Underlying cause of the parse failure
Variants
Could not find the expected root element (e.g. “channel” for RSS 2, a JSON node etc)
UnknownMimeType(String)
The content type is unsupported and we cannot parse the value into a known representation
Tuple Fields of UnknownMimeType
0: String
MissingContent(&'static str)
Required content within the source was not found e.g. the XML child text element for a “content” element
Tuple Fields of MissingContent
0: &'static str