chore: added the router_data comparison call

This commit is contained in:
Amitsingh Tanwar
2025-10-06 11:41:45 +05:30
parent 51965c15f0
commit 614cdbcac8
14 changed files with 180 additions and 72 deletions

View File

@ -78,7 +78,7 @@ pub enum ValidationError {
}
/// Integrity check errors.
#[derive(Debug, Clone, PartialEq, Default)]
#[derive(Debug, Clone, PartialEq, Default, serde::Serialize)]
pub struct IntegrityCheckError {
/// Field names for which integrity check failed!
pub field_names: String,