new ValidationError()
- Source:
Error thrown whenever validation failed during NohmModel#validate or NohmModel#save.
Extends
- Error
Members
errors :Object.<string, Array.<string>>
- Source:
Details about which properties failed to validate in which way.
The type is an object with property names as keys and then an array with validation names of the validations that failed
Type:
- Object.<string, Array.<string>>