AlariCode / nestjs-rmq

A custom library for NestJS microservice. It allows you to use RabbitMQ or AMQP.
https://purpleschool.ru
MIT License
289 stars 40 forks source link

add statuscode #5

Closed milovidov983 closed 4 years ago

milovidov983 commented 4 years ago

the ability to handle errors in one controller method. status codes to understand what kind of error occurred inside the microservice.

AlariCode commented 4 years ago

Added this functionality based on request, thx 👍