case class Invalid(errors: Seq[ValidationError]) extends ValidationResult with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Invalid
- Serializable
- Product
- Equals
- ValidationResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Invalid(errors: Seq[ValidationError])
- errors
the resulting errors
Value Members
- def ++(other: Invalid): Invalid
Combines these validation errors with another validation failure.
Combines these validation errors with another validation failure.
- other
validation failure
- returns
a new merged
Invalid
- val errors: Seq[ValidationError]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
Validation was a failure.
the resulting errors