fix: remove and resolve FIXMEs and TODOs from db module (#174)

This commit is contained in:
Nishant Joshi
2022-12-20 17:55:24 +05:30
committed by GitHub
parent f3d3abf060
commit 76b47e64c4
22 changed files with 130 additions and 65 deletions

View File

@ -76,6 +76,8 @@ pub enum StorageError {
DuplicateValue(String),
#[error("KV error")]
KVError,
#[error("MockDb error")]
MockDbError,
}
impl From<error_stack::Report<storage_errors::DatabaseError>> for StorageError {