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:
Anurag
2025-07-01 14:50:45 +05:30
committed by GitHub
parent cbf076db13
commit 1ae30247ca
6 changed files with 582 additions and 49 deletions

View File

@ -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