Skip to main content

Module error

Module error 

Source
Available on crate feature parser only.
Expand description

§Errors

The parsing errors.

IcalParseError is the single error type returned by IcalCst::parse and the line tokeniser it drives. Each variant pinpoints one structural failure (a missing CRLF, a missing colon, an absent or malformed envelope) and carries the offending text for context. Parsing is the only fallible bridge in the crate; decoding, encoding and serializing never fail, so this is the whole error surface.

Enums§

IcalParseError
An error raised while parsing iCalendar text.