Failure

org.apache.pekko.actor.Status.Failure
final case class Failure(cause: Throwable) extends Status

This class/message type is preferably used to indicate failure of some operation performed. As an example, it is used to signal failure with AskSupport is used (ask/?).

Attributes

Source
Actor.scala
Graph
Supertypes
trait Product
trait Equals
trait Status
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product