mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-09 00:58:34 +08:00
refactor: refactor connector auth type failure to 4xx (#2616)
This commit is contained in:
@ -179,7 +179,7 @@ pub enum ConnectorError {
|
||||
connector: &'static str,
|
||||
},
|
||||
#[error("Invalid Configuration")]
|
||||
InvalidConfig { field_name: &'static str },
|
||||
InvalidConnectorConfig { config: &'static str },
|
||||
}
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
|
||||
Reference in New Issue
Block a user