-
NestJS class-validator 사용시 일관성 있는 에러처리Nest.js 2024. 3. 8. 12:25728x90
Reference
- https://dev.to/nithinkjoy/how-to-use-class-validator-and-return-custom-error-object-in-nestjs-562h
How to use class-validator and generate custom error object in nest.js
Objective The main objective of this article is showing how to generate custom error...
dev.to
- https://stackoverflow.com/questions/60270468/throw-same-error-format-as-class-validator-in-nestjs
Throw same error format as `class-validator` in NestJS
Let's have this controller in NestJS project: @Post('resetpassword') @HttpCode(200) async requestPasswordReset( @Body() body: RequestPasswordResetDTO, ): Promise<boolean> { t...
stackoverflow.com
728x90'Nest.js' 카테고리의 다른 글
NestJS redis 라이브러리 (0) 2024.03.17 NestJS에서 에러 로그 생성 및 관리 (0) 2024.03.12 NestJS 개발시 tsconfig 설정시 strictNullChecks를 true로 하지 않을때 (0) 2024.02.24 NestJS에서 WebSockets 파트에서 Adapters (0) 2024.02.21 Nestjs yarn berry (0) 2023.12.20