algoan / nestjs-components

A list of useful components for NestJS applications
https://www.algoan.com
254 stars 40 forks source link

[FEAT] Improve error message of isEnum validator #830

Closed Bendakh closed 11 months ago

Bendakh commented 11 months ago

Description

This PR aims to improve the error message of the IsEnum validator. The new error will display the invalid value of the property that was not validated.

Motivation and Context

Types of changes