object Invalid extends Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Invalid
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(error: String, args: Any*): Invalid
Creates an
Invalid
value with a single error.Creates an
Invalid
value with a single error.- error
the validation error message
- args
the validation error message arguments
- returns
an
Invalid
value
- def apply(error: ValidationError): Invalid
Creates an
Invalid
value with a single error.Creates an
Invalid
value with a single error.- error
the validation error
- returns
an
Invalid
value
This object provides helper methods to construct
Invalid
values.