> ## Documentation Index
> Fetch the complete documentation index at: https://bazel-pr-30868.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# FeatureFlagInfo {#modules.FeatureFlagInfo}

A provider used to access information about config\_feature\_flag rules.

## Members

* [error](#error)
* [is\_valid\_value](#is_valid_value)
* [value](#value)

<h2 id="error">
  error
</h2>

```
string FeatureFlagInfo.error
```

If non-None, this error was generated when trying to compute current value of flag.
May return `None`.

<h2 id="is_valid_value">
  is\_valid\_value
</h2>

```
bool FeatureFlagInfo.is_valid_value(value)
```

The value of the flag in the configuration used by the flag rule.

### Parameters

| Parameter | Description                                                                                |
| --------- | ------------------------------------------------------------------------------------------ |
| `value`   | [string](../core/string); required  String, the value to check for validity for this flag. |

<h2 id="value">
  value
</h2>

```
string FeatureFlagInfo.value
```

The current value of the flag in the flag's current configuration. None if there is an error.
May return `None`.
