go-proto-validators icon indicating copy to clipboard operation
go-proto-validators copied to clipboard

Allow the validation errors to be returned in an array

Open neha1196 opened this issue 4 years ago • 0 comments

Currently, the scenario is such that there is a return statement whenever a validation error occurs for any field. Can we have a feature wherein an array of errors are returned from the validate function in order to accommodate all the field errors while making a request?

neha1196 avatar Aug 09 '20 22:08 neha1196