@sectester/scan
Version:
The package defines a simple public API to manage scans and their expectations.
9 lines • 436 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ScanExceptionCode = void 0;
var ScanExceptionCode;
(function (ScanExceptionCode) {
ScanExceptionCode[ScanExceptionCode["ABORTED"] = -1] = "ABORTED";
ScanExceptionCode[ScanExceptionCode["TIMED_OUT"] = -2] = "TIMED_OUT";
})(ScanExceptionCode || (exports.ScanExceptionCode = ScanExceptionCode = {}));
//# sourceMappingURL=ScanExceptionCode.js.map
;