object ValidationError extends Serializable
- Source
- Validation.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValidationError
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(message: String, args: Any*): ValidationError
- def fromJsonValidationError(jve: JsonValidationError): ValidationError
Conversion from a JsonValidationError to a Play ValidationError.