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