ValidationError

play.api.data.validation.ValidationError
See theValidationError companion object
case class ValidationError(messages: Seq[String], args: Any*)

A validation error.

Value parameters

args

the error message arguments

messages

the error message, if more then one message is passed it will use the last one

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val message: String