Failure

case class Failure(label: String, index: Int, e: Error) extends Result[Nothing]
trait Serializable
trait Product
trait Equals
trait Result[Nothing]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def isSuccess: Boolean
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product