問題タブ [class-validator]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
239 問題
0
投票する
1
に答える
5088
参照
node.js - NestJs - クラスバリデーターが完全な検証エラーオブジェクトを返さない
NestJS で class-validator を使用して、次のような検証を作成しています。
}
動作しますが、期待どおりではありません。返されるオブジェクトは次のようになります。
}
次のようなすべての情報を含めたいのですが:
不足しているすべてのプロパティを返すにはどうすればよいですか?