mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(core): Constraint Graph for Payment Methods List (#5081)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -5,6 +5,8 @@ use euclid::{dssa::types::AnalysisErrorType, frontend::dir};
|
||||
pub enum KgraphError {
|
||||
#[error("Invalid connector name encountered: '{0}'")]
|
||||
InvalidConnectorName(String),
|
||||
#[error("Error in domain creation")]
|
||||
DomainCreationError,
|
||||
#[error("There was an error constructing the graph: {0}")]
|
||||
GraphConstructionError(hyperswitch_constraint_graph::GraphError<dir::DirValue>),
|
||||
#[error("There was an error constructing the context")]
|
||||
|
||||
Reference in New Issue
Block a user