mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
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:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user