An enumeration of possible events for server-sdk providers.

Enumeration Members

ConfigurationChanged: "PROVIDER_CONFIGURATION_CHANGED"

The flag configuration in the source-of-truth has changed.

Error: "PROVIDER_ERROR"

The provider is in an error state.

Ready: "PROVIDER_READY"

The provider is ready to evaluate flags.

Stale: "PROVIDER_STALE"

The provider's cached state is no longer valid and may not be up-to-date with the source of truth.

Generated using TypeDoc