Failed

wvlet.airframe.control.ResultClass$.Failed
case class Failed(isRetryable: Boolean, cause: Throwable, extraWait: ExtraWait) extends ResultClass

A label for the failed code execution result

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product