We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1adbb commit cbfc3ddCopy full SHA for cbfc3dd
ldclient/evaluation.py
@@ -54,6 +54,9 @@ def reason(self) -> dict:
54
* ``errorKind``: further describes the nature of the error if the kind was ``ERROR``,
55
e.g. ``"FLAG_NOT_FOUND"``
56
57
+ * ``inExperiment``: This is true if the evaluation resulted in an experiment rollout and
58
+ served one of the variations in the experiment. Otherwise it is false.
59
+
60
* ``bigSegmentsStatus``: describes the validity of Big Segment information, if and only if
61
the flag evaluation required querying at least one Big Segment; otherwise it returns None.
62
Allowable values are defined in :class:`BigSegmentsStatus`. For more information, read the
0 commit comments