mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(core): create a process_tracker workflow for PCR (#7124)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -299,3 +299,15 @@ pub enum HealthCheckGRPCServiceError {
|
||||
#[error("Failed to establish connection with gRPC service")]
|
||||
FailedToCallService,
|
||||
}
|
||||
|
||||
#[derive(thiserror::Error, Debug, Clone)]
|
||||
pub enum RecoveryError {
|
||||
#[error("Failed to make a recovery payment")]
|
||||
PaymentCallFailed,
|
||||
#[error("Encountered a Process Tracker Task Failure")]
|
||||
ProcessTrackerFailure,
|
||||
#[error("The encountered task is invalid")]
|
||||
InvalidTask,
|
||||
#[error("The Intended data was not found")]
|
||||
ValueNotFound,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user