Failed

case class Failed(isRetryable: Boolean, cause: Throwable, extraWait: ExtraWait) extends ResultClass

A label for the failed code execution result

A label for the failed code execution result

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withExtraWaitFactor(factor: Double, maxExtraWaitMillis: Int): Failed
def withExtraWaitMillis(extraWaitMillis: Int): Failed

Inherited methods

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