FEATURE_FLAG_RESULT_REASON

Constant FEATURE_FLAG_RESULT_REASON 

Source
pub const FEATURE_FLAG_RESULT_REASON: &str = "feature_flag.result.reason";
Expand description

The reason code which shows how a feature flag value was determined.

§Notes

§Examples

  • "static"
  • "targeting_match"
  • "error"
  • "default"