mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat: api contract change for wallet (#628)
This commit is contained in:
committed by
GitHub
parent
060c54193e
commit
ff86417eee
@ -234,6 +234,8 @@ pub enum ConnectorError {
|
||||
FailedToObtainPreferredConnector,
|
||||
#[error("An invalid connector name was provided")]
|
||||
InvalidConnectorName,
|
||||
#[error("An invalid Wallet was used")]
|
||||
InvalidWallet,
|
||||
#[error("Failed to handle connector response")]
|
||||
ResponseHandlingFailed,
|
||||
#[error("Missing required field: {field_name}")]
|
||||
|
||||
Reference in New Issue
Block a user