Invalid

play.api.data.validation.Invalid
See theInvalid companion object
case class Invalid(errors: Seq[ValidationError]) extends ValidationResult

Validation was a failure.

Value parameters

errors

the resulting errors

Attributes

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

Members list

Value members

Concrete methods

def ++(other: Invalid): Invalid

Combines these validation errors with another validation failure.

Combines these validation errors with another validation failure.

Value parameters

other

validation failure

Attributes

Returns

a new merged Invalid

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product