ErrorCode

io.cardell.openfeature.ErrorCode
See theErrorCode companion trait
object ErrorCode

Attributes

Companion
trait
Source
ErrorCode.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ErrorCode.type

Members list

Type members

Classlikes

case object FlagNotFound extends ErrorCode

The flag could not be found.

The flag could not be found.

Attributes

Source
ErrorCode.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ErrorCode
class Object
trait Matchable
class Any
Show all
Self type
case object General extends ErrorCode

The error was for a reason not enumerated above.

The error was for a reason not enumerated above.

Attributes

Source
ErrorCode.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ErrorCode
class Object
trait Matchable
class Any
Show all
Self type
General.type
case object InvalidContext extends ErrorCode

The evaluation context does not meet provider requirements.

The evaluation context does not meet provider requirements.

Attributes

Source
ErrorCode.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ErrorCode
class Object
trait Matchable
class Any
Show all
Self type
case object ParseError extends ErrorCode

An error was encountered parsing data, such as a flag configuration.

An error was encountered parsing data, such as a flag configuration.

Attributes

Source
ErrorCode.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ErrorCode
class Object
trait Matchable
class Any
Show all
Self type
ParseError.type
case object ProviderFatal extends ErrorCode

The provider has entered an irrecoverable error state.

The provider has entered an irrecoverable error state.

Attributes

Source
ErrorCode.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ErrorCode
class Object
trait Matchable
class Any
Show all
Self type
case object ProviderNotReady extends ErrorCode

The value was resolved before the provider was initialized.

The value was resolved before the provider was initialized.

Attributes

Source
ErrorCode.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ErrorCode
class Object
trait Matchable
class Any
Show all
Self type
case object TargetingKeyMissing extends ErrorCode

The provider requires a targeting key and one was not provided in the evaluation context.

The provider requires a targeting key and one was not provided in the evaluation context.

Attributes

Source
ErrorCode.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ErrorCode
class Object
trait Matchable
class Any
Show all
Self type
case object TypeMismatch extends ErrorCode

The type of the flag value does not match the expected type.

The type of the flag value does not match the expected type.

Attributes

Source
ErrorCode.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ErrorCode
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala