You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to enhance the validate call from Connection to also accept a list of errors? Also, create a new error object named ValidationError to replace the Error object.
The proposal above would make it easier to get all validation errors from the Model instead of just getting one error message. I could fork the repository, make the changes and send a pull request if you think is worth it.
Thanks
The text was updated successfully, but these errors were encountered:
Would it be possible to enhance the validate call from Connection to also accept a list of errors? Also, create a new error object named ValidationError to replace the Error object.
The ValidationError object would be something like:
The proposal above would make it easier to get all validation errors from the Model instead of just getting one error message. I could fork the repository, make the changes and send a pull request if you think is worth it.
Thanks
The text was updated successfully, but these errors were encountered: