Validation

confuse.parsers.FieldError$.Validation
final case class Validation(path: Path, value: Value, ex: IllegalArgumentException)

A requirement failed when instantiating a case class

Attributes

Members list

Concise view

Value members

Inherited methods

def pretty: String

Attributes

Inherited from:
FieldError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product