Back
I also don't prefer to have it but it's not the first priority right now 😂
It's how nestjs's built-in global exception filter handles exceptions.
docs.nestjs.com/exception-filters#throwing-standard-exceptions
I also don't prefer to have it but it's not the first priority right now 😂
•
You should see the "rest" api I'm working with. They're a GET wrapper arround a soap service. Stauts code is handled with a json property like "outcome": "T" or "F". Http status code? Always 200.
•