algoan / nestjs-components

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

[FEAT] Improve error message of isEnum validator #830

Closed Bendakh closed 9 months ago

Bendakh commented 9 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