@lcap/nasl
Version:
NetEase Application Specific Language
13 lines • 624 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IncrementalErrorCode = void 0;
var IncrementalErrorCode;
(function (IncrementalErrorCode) {
/** 循环引用模块 */
IncrementalErrorCode[IncrementalErrorCode["CircularModule"] = 100] = "CircularModule";
/** 运行时错误 */
IncrementalErrorCode[IncrementalErrorCode["Runtime"] = 200] = "Runtime";
/** 未知错误 */
IncrementalErrorCode[IncrementalErrorCode["Unknown"] = 999] = "Unknown";
})(IncrementalErrorCode || (exports.IncrementalErrorCode = IncrementalErrorCode = {}));
//# sourceMappingURL=types.js.map