UNPKG

@webxsid/nest-exception

Version:

A centralized exception handling module for NestJS applications. It provides structured error management, logging, and automatic exception handling.

15 lines 596 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.kDefaultErrorCode = exports.AppExceptionProviderKeys = void 0; exports.AppExceptionProviderKeys = { AppExceptionFilter: 'AppExceptionFilter', AppExceptionHandler: 'AppExceptionHandler', ErrorRegistry: 'AppExceptionErrorRegistry', AppException: 'AppException', IsDevMode: 'AppExceptionIsDevMode', Errors: 'AppExceptionErrors', Logger: 'AppExceptionLogger', ErrorOptions: 'AppExceptionErrorOptions', }; exports.kDefaultErrorCode = 'UNKNOWN_ERROR'; //# sourceMappingURL=index.js.map