Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 978 Bytes

ContextInstanceEvaluationReason.md

File metadata and controls

14 lines (11 loc) · 978 Bytes

# ContextInstanceEvaluationReason

Properties

Name Type Description Notes
kind string Describes the general reason that LaunchDarkly selected this variation.
rule_index int The positional index of the matching rule if the kind is 'RULE_MATCH'. The index is 0-based. [optional]
rule_id string The unique identifier of the matching rule if the kind is 'RULE_MATCH'. [optional]
prerequisite_key string The key of the flag that failed if the kind is 'PREREQUISITE_FAILED'. [optional]
in_experiment bool Indicates whether the context was evaluated as part of an experiment. [optional]
error_kind string The specific error type if the kind is 'ERROR'. [optional]

[Back to Model list] [Back to API list] [Back to README]