mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
fix: fix some todo's in core (#360)
This commit is contained in:
@ -56,6 +56,8 @@ pub enum StorageError {
|
||||
DuplicateValue(String),
|
||||
#[error("KV error")]
|
||||
KVError,
|
||||
#[error("Serialization failure")]
|
||||
SerializationFailed,
|
||||
#[error("MockDb error")]
|
||||
MockDbError,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user