final case classInvalidCoproductOption(option: String) extends FailureReason with Product with Serializable
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.
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.
the coproduct option that is invalid