ApplicationFailure

zio.temporal.failure.ApplicationFailure$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def newFailure(message: String, failureType: String, details: AnyRef*): ApplicationFailure

Attributes

See also

io.temporal.failure.ApplicationFailure.newFailure

def newFailureWithCause(message: String, failureType: String, cause: Throwable, details: AnyRef*): ApplicationFailure

Attributes

See also

io.temporal.failure.ApplicationFailure.newFailureWithCause

def newNonRetryableFailure(message: String, failureType: String, details: AnyRef*): ApplicationFailure

Attributes

See also

io.temporal.failure.ApplicationFailure.newNonRetryableFailure

def newNonRetryableFailureWithCause(message: String, failureType: String, cause: Throwable, details: AnyRef*): ApplicationFailure

Attributes

See also

io.temporal.failure.ApplicationFailure.newNonRetryableFailureWithCause

def unapply(failure: ApplicationFailure): Option[(String, Throwable, Values, Boolean)]