You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case.sdkNotReady: message ="Optimizely SDK not configured properly yet"
95
-
case.experimentKeyInvalid(let key): message ="Experiment key \(key) is not in datafile. It is either invalid, paused, or archived."
96
-
case.experimentIdInvalid(let id): message ="Experiment ID \(id) is not in datafile."
95
+
case.experimentKeyInvalid(let key): message ="Experiment key (\(key)) is not in datafile. It is either invalid, paused, or archived."
96
+
case.experimentIdInvalid(let id): message ="Experiment ID (\(id)) is not in datafile."
97
97
case.experimentHasNoTrafficAllocation(let key): message ="No traffic allocation rules are defined for experiement (\(key))."
98
-
case.featureKeyInvalid(let key): message ="Feature key \(key) is not in datafile."
99
-
case.variationKeyInvalid(let expKey,let varKey): message ="No variation key \(varKey) defined in datafile for experiment \(expKey)."
100
-
case.variationIdInvalid(let expKey,let varId): message ="No variation ID \(varId) defined in datafile for experiment \(expKey)."
101
-
case.variationUnknown(let userId,let key): message ="User \(userId) does not meet conditions to be in experiment/feature \(key)."
102
-
case.variableKeyInvalid(let varKey,let feature): message ="Variable with key \(varKey) associated with feature with key \(feature) is not in datafile."
103
-
case.variableValueInvalid(let key): message ="Variable value for key \(key) is invalid or wrong type"
104
-
case.eventKeyInvalid(let key): message ="Event key \(key) is not in datafile."
105
-
case.eventBuildFailure(let key): message ="Failed to create a dispatch event \(key)"
98
+
case.featureKeyInvalid(let key): message ="Feature key (\(key)) is not in datafile."
99
+
case.variationKeyInvalid(let expKey,let varKey): message ="No variation key (\(varKey)) defined in datafile for experiment (\(expKey))."
100
+
case.variationIdInvalid(let expKey,let varId): message ="No variation ID (\(varId)) defined in datafile for experiment (\(expKey))."
101
+
case.variationUnknown(let userId,let key): message ="User (\(userId)) does not meet conditions to be in experiment/feature (\(key))."
102
+
case.variableKeyInvalid(let varKey,let feature): message ="Variable with key (\(varKey)) associated with feature with key (\(feature)) is not in datafile."
103
+
case.variableValueInvalid(let key): message ="Variable value for key (\(key)) is invalid or wrong type"
104
+
case.eventKeyInvalid(let key): message ="Event key (\(key)) is not in datafile."
105
+
case.eventBuildFailure(let key): message ="Failed to create a dispatch event (\(key))"
106
106
case.eventTagsFormatInvalid: message ="Provided event tags are in an invalid format."
107
-
case.attributesKeyInvalid(let key): message ="Attribute key \(key) is not in datafile."
108
-
case.attributeValueInvalid(let key): message ="Attribute value for \(key) is invalid."
107
+
case.attributesKeyInvalid(let key): message ="Attribute key (\(key)) is not in datafile."
108
+
case.attributeValueInvalid(let key): message ="Attribute value for (\(key)) is invalid."
109
109
case.attributeFormatInvalid: message ="Provided attributes are in an invalid format."
110
-
case.groupIdInvalid(let id): message ="Group ID \(id) is not in datafile."
110
+
case.groupIdInvalid(let id): message ="Group ID (\(id)) is not in datafile."
111
111
case.groupHasNoTrafficAllocation(let id): message ="No traffic allocation rules are defined for group (\(id))"
112
-
case.rolloutIdInvalid(let id,let feature): message ="Invalid rollout ID \(id) attached to feature \(feature)"
112
+
case.rolloutIdInvalid(let id,let feature): message ="Invalid rollout ID (\(id)) attached to feature (\(feature))"
113
113
114
-
case.conditionNoMatchingAudience(let id): message ="Audience \(id) is not in datafile."
114
+
case.conditionNoMatchingAudience(let id): message ="Audience (\(id)) is not in datafile."
115
115
case.conditionInvalidFormat(let hint): message ="Condition has an invalid format (\(hint))"
116
116
case.conditionCannotBeEvaluated(let hint): message ="Condition cannot be evaluated (\(hint))"
117
117
case.evaluateAttributeInvalidType(let hint): message ="Evaluation attribute has an invalid value (\(hint))"
0 commit comments