FieldError

case class FieldError[E](path: FieldPath, error: E)

Carries error with path where it occured. Using this can be useful when your error type does not support carrying path where it occured but you actually want to know it.

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

Inherited from:
Product