mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(connector): Implement capture and webhook flow, fix some issues in ACI (#8349)
Co-authored-by: Anurag Singh <anurag.singh.001@MacBookPro.lan> Co-authored-by: Anurag Singh <anurag.singh.001@Anurag-Singh-WPMHJ5619X.local>
This commit is contained in:
@ -101,6 +101,9 @@ pub enum CryptoError {
|
||||
/// The provided IV length is invalid for the cryptographic algorithm
|
||||
#[error("Invalid IV length")]
|
||||
InvalidIvLength,
|
||||
/// The provided authentication tag length is invalid for the cryptographic algorithm
|
||||
#[error("Invalid authentication tag length")]
|
||||
InvalidTagLength,
|
||||
}
|
||||
|
||||
/// Errors for Qr code handling
|
||||
|
||||
Reference in New Issue
Block a user