NoValidCoproductOptionFound

izumi.distage.config.codec.PureconfigInstances$.configReaderDerivation$.NoValidCoproductOptionFound
final case class NoValidCoproductOptionFound(value: ConfigValue, optionFailures: Seq[(String, ConfigReaderFailures)]) extends FailureReason

A failure reason given when a valid option for a coproduct cannot be found.

Attributes

optionFailures

the failures produced when attempting to read coproduct options

value

the ConfigValue that was unable to be mapped to a coproduct option

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