Failure

final case class Failure(cause: Any) extends Reason

Signifies that the akka.actor.FSM is shutting itself down because of an error, e.g. if the state to transition into does not exist. You can use this to communicate a more precise cause to the onTermination block.

Source:
PersistentFSM.scala
trait Serializable
trait Product
trait Equals
trait Reason
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product