feat(framework): Added diff-checker required code and running ucs in shadow mode (#9684)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Amitsingh Tanwar
2025-10-10 17:27:30 +05:30
committed by GitHub
parent 9dc2e95864
commit 115ef10aef
26 changed files with 1052 additions and 324 deletions

View File

@ -1,5 +1,7 @@
//! Errors and error specific types for universal use
use serde::Serialize;
use crate::types::MinorUnit;
/// Custom Result
@ -78,7 +80,7 @@ pub enum ValidationError {
}
/// Integrity check errors.
#[derive(Debug, Clone, PartialEq, Default)]
#[derive(Debug, Clone, PartialEq, Default, Serialize)]
pub struct IntegrityCheckError {
/// Field names for which integrity check failed!
pub field_names: String,