nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.04k stars 534 forks source link

Validation doesn't return message description #623

Open klalex opened 3 years ago

klalex commented 3 years ago

When there is validation failure there is no message what exactly was failed. I get such requests all the time. It just returns 400 status code and empty description:

{ "statusCode": 400, "description": "", "timestamp": "2020-10-26T17:49:03.207Z", "path": "/pages/0aae06ad495744b0a3d90017fe150c78" }

Is it possible to return message with validation description?