Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 882 Bytes

ContextInstanceEvaluationReason.md

File metadata and controls

18 lines (10 loc) · 882 Bytes

ContextInstanceEvaluationReason

Properties

Name Type Description Notes
kind String Describes the general reason that LaunchDarkly selected this variation.
ruleIndex Integer The positional index of the matching rule if the kind is 'RULE_MATCH'. The index is 0-based. [optional]
ruleID String The unique identifier of the matching rule if the kind is 'RULE_MATCH'. [optional]
prerequisiteKey String The key of the flag that failed if the kind is 'PREREQUISITE_FAILED'. [optional]
inExperiment Boolean Indicates whether the context was evaluated as part of an experiment. [optional]
errorKind String The specific error type if the kind is 'ERROR'. [optional]