vndevteam / nodejs-example-projects

NodeJS base projects
MIT License
2 stars 0 forks source link

feat: Handle bad request exception filter #28

Closed thanhtb-2411 closed 9 months ago

thanhtb-2411 commented 9 months ago

Summary

Description

throw new BadRequestException(indexError.isExistUser); image throw new BadRequestException( Array.of(indexError.isExistUser, indexError.isExistUser), ); image throw new BadRequestException('error message'); image

Checklist

Evidence

(Screenshot or Video)

Discussion

Note the part that you are not sure about. Comment on your code is OK.