FieldError

confuse.parsers.FieldError
See theFieldError companion object

Attributes

Companion:
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Enum entries

final case class TypeMismatch(path: Path, value: Value, expected: String)

The given value could not be parsed as the expected type

The given value could not be parsed as the expected type

Attributes

final case class Validation(path: Path, value: Value, ex: IllegalArgumentException)

A requirement failed when instantiating a case class

A requirement failed when instantiating a case class

Attributes