Failure

case class Failure(log: List[Log]) extends Result
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any

Value members

Inherited methods

def and(other: => Result): Result
Inherited from
Result
def log(info: => Log): Result
Inherited from
Result
def logs: List[Log]
Inherited from
Result
def or(other: => Result): Result
Inherited from
Result
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def success: Boolean
Inherited from
Result