@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.
12 lines • 674 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.severityDescriptionMap = void 0;
exports.severityDescriptionMap = {
unimportant: "Can safely be ignored.",
minor: "Does not need immediate attention, like smaller visual bugs.",
unexpected: "Was not expected and can potentially be very harmful.",
critical: "Might break functionality, but shouldn't be fatal.",
fatal: "Will potentially causes a complete system-failure and needs immediate attention.",
catastrophic: "Potentially really harmful error, that might cause real damage if not dealt with immediately",
};
//# sourceMappingURL=severityDescriptionMap.js.map