final case classNoValidCoproductOptionFound(value: ConfigValue, optionFailures: Seq[(String, ConfigReaderFailures)]) extends FailureReason with Product with Serializable
A failure reason given when a valid option for a coproduct cannot be found.
value
the ConfigValue that was unable to be mapped to a coproduct option
optionFailures
the failures produced when attempting to read coproduct options
A failure reason given when a valid option for a coproduct cannot be found.
the ConfigValue that was unable to be mapped to a coproduct option
the failures produced when attempting to read coproduct options