Inherited from Serializable
Inherited by implicit conversion any2stringadd from
Failed to any2stringadd[Failed]
Inherited by implicit conversion StringFormat from
Failed to StringFormat[Failed]
Inherited by implicit conversion Ensuring from
Failed to Ensuring[Failed]
Inherited by implicit conversion ArrowAssoc from
Failed to ArrowAssoc[Failed]
Lifecycle signal that is fired when a direct child actor fails. The child actor will be suspended until its fate has been decided. The decision is communicated by calling the Failed#decide method. If this is not done then the default behavior is to escalate the failure, which amounts to failing this actor with the same exception that the child actor failed with.