ValidationMessage

case class ValidationMessage(path: FieldPath, error: String, message: Option[String])

Error type that holds path where error occured, error type and human-readable message

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

Value members

Concrete methods

override def toString: String
Definition Classes
Any
Source:
ValidationMessage.scala

Inherited methods

Inherited from:
Product