NotEqual

fields.error.ValidationError.NotEqual
case class NotEqual(path: FieldPath, compared: String) extends ValidationError

Attributes

Source
ValidationError.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Inherited from:
ValidationError
Source
ValidationError.scala

Concrete fields

final val error: String

Attributes

Source
ValidationError.scala
final val message: Option[String]

Attributes

Source
ValidationError.scala