SaveSnapshotFailure

org.apache.pekko.persistence.SaveSnapshotFailure
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.

Attributes

Source
SnapshotProtocol.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Response
trait Message
trait Message
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product