pub fn format_issues_with_code(err: &VldError) -> Vec<Value>Expand description
Format issues with an additional "code" key from
IssueCode::key().
Used by axum/actix where the error response includes code.
pub fn format_issues_with_code(err: &VldError) -> Vec<Value>Format issues with an additional "code" key from
IssueCode::key().
Used by axum/actix where the error response includes code.