Validation Error. Thrown when the sequelize validation has failed. The error contains an errors property,
which is an array with 1 or more ValidationErrorItems, one for each validation that failed.
Param: message
Error message
Param: errors
Array of ValidationErrorItem objects describing the validation errors
Validation Error. Thrown when the sequelize validation has failed. The error contains an
errors
property, which is an array with 1 or more ValidationErrorItems, one for each validation that failed.Param: message
Error message
Param: errors
Array of ValidationErrorItem objects describing the validation errors