The state of the provider. Note that the provider's state is handled by the SDK.

Enumeration Members

Enumeration Members

ERROR: "ERROR"

The provider is in an error state and unable to evaluate flags.

FATAL: "FATAL"

The provider has entered an irrecoverable error state.

NOT_READY: "NOT_READY"

The provider has not been initialized and cannot yet evaluate flags.

READY: "READY"

The provider is ready to resolve flags.

STALE: "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