Members
error
string FeatureFlagInfo.errorIf non-None, this error was generated when trying to compute current value of flag. May return
None
.
is_valid_value
bool FeatureFlagInfo.is_valid_value(value)The value of the flag in the configuration used by the flag rule.
Parameters
Parameter | Description |
---|---|
value
|
string;
required String, the value to check for validity for this flag. |
value
string FeatureFlagInfo.valueThe current value of the flag in the flag's current configuration. None if there is an error. May return
None
.