mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
fix: remove and resolve FIXMEs and TODOs from db module (#174)
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user