Failure

case class Failure(violations: List[ValidationFailure]) extends Result
Companion
object
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any

Value members

Concrete methods

def isFailure: Boolean
def isSuccess: Boolean
def toFailure: Option[Failure]

Inherited methods

def &&(other: Result): Result
Inherited from
Result
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product