Enum ipfs_sqlite_block_store::BlockStoreError [−][src]
pub enum BlockStoreError {
SqliteError(Error),
CidError(Error),
TryFromIntError(TryFromIntError),
Other(Error),
}Variants
SqliteError(Error)
Tuple Fields
0: ErrorError when interacting with the sqlite database
CidError(Error)
Error convering from a cid to a fixed sized representation. This can be caused by hashes with more than 32 bytes of size
TryFromIntError(TryFromIntError)
Tuple Fields
Error when converting i64 from sqlite to u64. This is unlikely to ever happen.
Other(Error)
Tuple Fields
0: ErrorOther error
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
