I have a question about collecting validation errors using Waterline. For example, I have a User model with 2 required fields. I want to send an empty request and get a list of errors that 2 required fields are missing. Is it possible? Blueprints returns only one error that one required field is missing...
Yes, Waterline allows logging of Usage errors. Here's a list of Validations Rules that can be implemented and captured by your error log. For empty strings, use isNotEmptyString: true
.