Answers for "nestjs return error response"

0

nestjs return error response

throw new HttpException('Forbidden', HttpStatus.FORBIDDEN);
// or
throw new HttpException(`Not found`, HttpStatus.NOT_FOUND);
Posted by: Guest on January-04-2022
0

nestjs return error response

throw new HttpException('Forbidden', HttpStatus.FORBIDDEN);
// or
throw new HttpException('Not found', HttpStatus.NOT_FOUND);
Posted by: Guest on January-04-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language