Enum creek_core::read::error::FatalReadError [−][src]
pub enum FatalReadError<FatalDecoderError: Error> {
StreamClosed,
DecoderError(FatalDecoderError),
}Expand description
A fatal error occurred and the stream cannot continue.
Variants
The stream is closed and thus cannot continue.
A fatal decoder error occured. The stream cannot continue.