case class Validating(f: Boolean, errors: Option[Errors]) extends Action with Product with Serializable
Indicate whether we are validating, performed asynchronously. This action does not perform validation itself, it just provides the status or the result of validation if f = false.
- f
validating status "is or is not validating"
- errors
validation errors from the validation ffort, if any
- Alphabetic
- By Inheritance
- Validating
- Serializable
- Product
- Equals
- Action
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected