case class ValidationError(messages: Seq[String], args: Any*) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValidationError
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ValidationError(messages: Seq[String], args: Any*)
- messages
the error message, if more then one message is passed it will use the last one
- args
the error message arguments
A validation error.
the error message, if more then one message is passed it will use the last one
the error message arguments