mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
refactor: move config defaults from TOML files to Default trait (#352)
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum RedisError {
|
||||
#[error("Invalid Redis configuration: {0}")]
|
||||
InvalidConfiguration(String),
|
||||
#[error("Failed to set key value in Redis")]
|
||||
SetFailed,
|
||||
#[error("Failed to set key value with expiry in Redis")]
|
||||
|
||||
Reference in New Issue
Block a user