Invalid

final case class Invalid[T](input: String, error: String) extends ValidationResult[T]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def contains(target: T): Boolean
Inherited from:
ValidationResult
def errorMessage: Option[String]
Inherited from:
ValidationResult
Inherited from:
ValidationResult
def hasError: Boolean
Inherited from:
ValidationResult
def isValid: Boolean
Inherited from:
ValidationResult
def map[U](f: T => U): ValidationResult[U]
Inherited from:
ValidationResult
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toOption: Option[T]
Inherited from:
ValidationResult