Enum rs2cache::store::StoreError
source · pub enum StoreError {
Io(Error),
DiskStore(DiskStoreError),
GroupTooShort,
NextBlockOutsideDataFile,
GroupMismatch(u32, u32),
BlockMismatch(u16, u16),
ArchiveMismatch(u8, u8),
}Variants§
Io(Error)
DiskStore(DiskStoreError)
GroupTooShort
NextBlockOutsideDataFile
GroupMismatch(u32, u32)
BlockMismatch(u16, u16)
ArchiveMismatch(u8, u8)
Trait Implementations§
source§impl Debug for StoreError
impl Debug for StoreError
source§impl Display for StoreError
impl Display for StoreError
source§impl Error for StoreError
impl Error for StoreError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<DiskStoreError> for StoreError
impl From<DiskStoreError> for StoreError
source§fn from(source: DiskStoreError) -> Self
fn from(source: DiskStoreError) -> Self
Converts to this type from the input type.
source§impl From<Error> for StoreError
impl From<Error> for StoreError
source§impl From<StoreError> for CacheError
impl From<StoreError> for CacheError
source§fn from(source: StoreError) -> Self
fn from(source: StoreError) -> Self
Converts to this type from the input type.
source§impl From<StoreError> for ChecksumTableError
impl From<StoreError> for ChecksumTableError
source§fn from(source: StoreError) -> Self
fn from(source: StoreError) -> Self
Converts to this type from the input type.