SaveSnapshotFailure

@SerialVersionUID(1L)
final case class SaveSnapshotFailure(metadata: SnapshotMetadata, cause: Throwable) extends Response

Sent to a PersistentActor after failed saving of a snapshot.

Value parameters:
cause

failure cause.

metadata

snapshot metadata.

Source:
SnapshotProtocol.scala
trait Serializable
trait Product
trait Equals
trait Response
trait Message
trait Message
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product