feat(authentication): Added eligibility flow for modular authentication (#8431)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sahkal Poddar
2025-07-21 17:08:12 +05:30
committed by GitHub
parent 7f6a1266a1
commit 82eb3ca7b4
29 changed files with 1569 additions and 174 deletions

View File

@ -52,6 +52,9 @@ pub enum ParsingError {
/// Failed to convert the given integer because of integer overflow error
#[error("Integer Overflow error")]
IntegerOverflow,
/// Failed to parse url
#[error("Failed to parse url")]
UrlParsingError,
}
/// Validation errors.