enum OpenFeature::ProviderEvents
Defined in:
openfeature/event.crEnum Members
-
NOT_READY =
0 -
CONFIGURATION_CHANGED =
1 -
A change was made to the backend flag configuration.
-
READY =
2 -
The provider is ready to perform flag evaluations.
-
FATAL =
3 -
STALE =
4 -
The provider's cached state is no longer valid and may not be up-to-date with the source of truth.
-
RECONCILING =
5 -
The context associated with the provider has changed, and the provider has not yet reconciled its associated state.
-
ERROR =
6 -
The provider signaled an error.
-
CONTEXT_CHANGED =
7 -
The context associated with the provider has changed, and the provider has reconciled its associated state.