NotEqual
fields.error.ValidationError.NotEqual
case class NotEqual(path: FieldPath, compared: String) extends ValidationError
Attributes
- Source
- ValidationError.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValidationErrorclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- ValidationError.scala
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
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
-
ValidationError -> Any
- Inherited from:
- ValidationError
- Source
- ValidationError.scala
In this article