Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ldclient/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ def reason(self) -> dict:
* ``errorKind``: further describes the nature of the error if the kind was ``ERROR``,
e.g. ``"FLAG_NOT_FOUND"``

* ``inExperiment``: This is true if the evaluation resulted in an experiment rollout and
served one of the variations in the experiment. Otherwise it is false.

* ``bigSegmentsStatus``: describes the validity of Big Segment information, if and only if
the flag evaluation required querying at least one Big Segment; otherwise it returns None.
Allowable values are defined in :class:`BigSegmentsStatus`. For more information, read the
Expand Down