@studyportals/sp-r2d2
Version:
A framework that contains various components used when developing projects that will be deployed via AWS λ.
9 lines • 508 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExecutionErrorReason = void 0;
var ExecutionErrorReason;
(function (ExecutionErrorReason) {
ExecutionErrorReason[ExecutionErrorReason["UNKNOWN"] = 0] = "UNKNOWN";
ExecutionErrorReason[ExecutionErrorReason["DATA_NOT_AVAILABLE"] = 1] = "DATA_NOT_AVAILABLE";
})(ExecutionErrorReason = exports.ExecutionErrorReason || (exports.ExecutionErrorReason = {}));
//# sourceMappingURL=execution-error-reason.enum.js.map