FeatureManagementError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An error that can occur during feature management.
public enum FeatureManagementError
type FeatureManagementError =
Public Enum FeatureManagementError
- Inheritance
-
FeatureManagementError
Fields
Name | Value | Description |
---|---|---|
MissingFeatureFilter | 0 | A feature filter that was listed for feature evaluation was not found. |
AmbiguousFeatureFilter | 1 | A feature filter configured for the feature being evaluated is an ambiguous reference to multiple registered feature filters. |
MissingFeature | 2 | A feature that was requested for evaluation was not found. |
Conflict | 3 | There was a conflict in the feature management system. |
InvalidConfigurationSetting | 4 | The given configuration setting was invalid. |
Applies to
Azure SDK for .NET