TypeMismatch

confuse.parsers.FieldError$.TypeMismatch
final case class TypeMismatch(path: Path, value: Value, expected: String)

The given value could not be parsed as the expected type

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