Enum commitlog::ReadError
[−]
[src]
pub enum ReadError {
Io(Error),
CorruptLog,
}Error enum for commit log read operation.
Variants
Io(Error)Underlying IO error encountered by reading from the log
CorruptLogA segment in the log is corrupt, or the index itself is corrupt