@splitsoftware/splitio-commons
Version:
Split JavaScript SDK common components
15 lines (14 loc) • 993 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FALLBACK_DEFINITION_NOT_FOUND = exports.PREREQUISITES_NOT_MET = exports.UNSUPPORTED_MATCHER_TYPE = exports.NOT_IN_SPLIT = exports.SPLIT_ARCHIVED = exports.EXCEPTION = exports.SDK_NOT_READY = exports.DEFINITION_NOT_FOUND = exports.NO_CONDITION_MATCH = exports.SPLIT_KILLED = void 0;
var fallbackTreatmentsCalculator_1 = require("../../evaluator/fallbackTreatmentsCalculator");
exports.SPLIT_KILLED = 'killed';
exports.NO_CONDITION_MATCH = 'default rule';
exports.DEFINITION_NOT_FOUND = 'definition not found';
exports.SDK_NOT_READY = 'not ready';
exports.EXCEPTION = 'exception';
exports.SPLIT_ARCHIVED = 'archived';
exports.NOT_IN_SPLIT = 'not in split';
exports.UNSUPPORTED_MATCHER_TYPE = 'targeting rule type unsupported by sdk';
exports.PREREQUISITES_NOT_MET = 'prerequisites not met';
exports.FALLBACK_DEFINITION_NOT_FOUND = fallbackTreatmentsCalculator_1.FALLBACK_PREFIX + exports.DEFINITION_NOT_FOUND;