📄️ Usage with ExpressJS
Unified Errors Handler provide an easy way to handling errors in expressjs Apps.
📄️ Usage with NestJS
Unified Errors Handler provide an easy way to handling errors in NestJS Apps.
📄️ Custom Handler
Unified Errors Handler provide an easy way to implement your custom handler using exceptionMapper function and with this function you can use Unified Errors Handler with any NodeJS app.
📄️ Supported Options
You can add options to (enable/disable) parsing for database errors (depends on your ORM) this is disabled by default. Also you can control logging options.