Message

case class Message(path: FieldPath, error: String, message: Option[String]) extends ValidationError

If you dont need to match on errors and just want to have separate error and user message, use this rather than ValidationError

Companion:
object
Source:
ValidationError.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product
override def toString: String
Definition Classes
Inherited from:
ValidationError
Source:
ValidationError.scala