NonEmptyObjectFound

@deprecated("`EnumCoproductHint` is deprecated in favor of the `pureconfig.generic.semiauto.deriveEnumeration(Reader|Writer|Convert)[A]` methods", "0.11.0") final case class NonEmptyObjectFound(typ: String) extends FailureReason

A failure reason given when an unexpected non-empty object is found. The failure happens when using EnumCoproductHint to write a config.

A failure reason given when an unexpected non-empty object is found. The failure happens when using EnumCoproductHint to write a config.

Value Params
typ

the type for which a non-empty object was attempted to be written

Deprecated
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def description: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product