Constant FEATURE_FLAG_RESULT_REASON

Source
pub const FEATURE_FLAG_RESULT_REASON: &'static str;
Expand description

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

§Notes

§Examples

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