expelliamus

Results 4 comments of expelliamus

@NoNameProvided @vlapo Any release date on this?

@NoNameProvided the problem is that we don't get an instance of ValidationError but an array which contains an object of ValidationError instance

@NoNameProvided I guess I can do so, and I definitely will, but what I think is something like this: 1. Executing validation 2. An error is raised 3. I get...

@reediculous456 I understand but is not what I asked for... suppose you have this: server.post('/customers', customerService.create); then you have this: export const create = async (req: Request, res: Response): Promise...