“Respuesta de error de retorno de Nestjs” Código de respuesta

Respuesta de error de retorno de Nestjs

throw new HttpException('Forbidden', HttpStatus.FORBIDDEN);
// or
throw new HttpException('Not found', HttpStatus.NOT_FOUND);
The Great Manu

Respuesta de error de retorno de Nestjs

throw new HttpException('Forbidden', HttpStatus.FORBIDDEN);
// or
throw new HttpException(`Not found`, HttpStatus.NOT_FOUND);
The Great Manu

Respuestas similares a “Respuesta de error de retorno de Nestjs”

Preguntas similares a “Respuesta de error de retorno de Nestjs”

Más respuestas relacionadas con “Respuesta de error de retorno de Nestjs” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código