Contains a flattened representation of the keys containing errors.
.catch((err: ConformDeepError) => {
console.log(err.validationErrors) {'stats.age': Error(...), 'stats.height': Error(...)}
})
Contains a flattened representation of the keys containing errors.
.catch((err: ConformDeepError) => {
console.log(err.validationErrors) {'stats.age': Error(...), 'stats.height': Error(...)}
})
Generated using TypeDoc