io.cardell.openfeature.provider.ProviderStatus
See theProviderStatus companion trait
object ProviderStatus
Attributes
- Companion
- trait
- Source
- ProviderStatus.scala
- Graph
-
- Supertypes
- Self type
-
ProviderStatus.type
Members list
Type members
Classlikes
case object Error extends ProviderStatus
The provider is initialized but is not able to reliably resolve flag values.
The provider is initialized but is not able to reliably resolve flag values.
Attributes
- Source
- ProviderStatus.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ProviderStatusclass Objecttrait Matchableclass AnyShow all
- Self type
-
Error.type
case object Fatal extends ProviderStatus
The provider has entered an irrecoverable error state.
The provider has entered an irrecoverable error state.
Attributes
- Source
- ProviderStatus.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ProviderStatusclass Objecttrait Matchableclass AnyShow all
- Self type
-
Fatal.type
case object NotReady extends ProviderStatus
The provider has not been initialized.
The provider has not been initialized.
Attributes
- Source
- ProviderStatus.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ProviderStatusclass Objecttrait Matchableclass AnyShow all
- Self type
-
NotReady.type
case object Ready extends ProviderStatus
The provider has been initialized, and is able to reliably resolve flag values.
The provider has been initialized, and is able to reliably resolve flag values.
Attributes
- Source
- ProviderStatus.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ProviderStatusclass Objecttrait Matchableclass AnyShow all
- Self type
-
Ready.type
case object Stale extends ProviderStatus
The provider's cached state is no longer valid and may not be up-to-date with the source of truth.
The provider's cached state is no longer valid and may not be up-to-date with the source of truth.
Attributes
- Source
- ProviderStatus.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ProviderStatusclass Objecttrait Matchableclass AnyShow all
- Self type
-
Stale.type
Inherited types
The names of the product elements
The name of the type
In this article