InvalidCoproductOption

izumi.distage.config.codec.PureconfigInstances$.configReaderDerivation$.InvalidCoproductOption
final case class InvalidCoproductOption(option: String) extends FailureReason

A failure reason given when a provided coproduct option is invalid. This likely signals a bug in a CoproductHint implementation, since the provided option isn't a valid one for the CoproductHint's type.

Attributes

option

the coproduct option that is invalid

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FailureReason
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def description: String

A human-readable description of the failure.

A human-readable description of the failure.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product