UNPKG

@ocubist/error-alchemy

Version:

A powerful Node.js error-handling-framework with custom error types for easy debugging, enhanced error management, strong zod-support and useful quality-of-life-functionality for asserting and validating values.

15 lines 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.severitySelector = void 0; /** * Selector for severity levels. */ exports.severitySelector = { unimportant: "unimportant", minor: "minor", unexpected: "unexpected", critical: "critical", fatal: "fatal", catastrophic: "catastrophic", }; //# sourceMappingURL=severitySelector.js.map