DeleteSnapshotsFailure

org.apache.pekko.persistence.DeleteSnapshotsFailure
final case class DeleteSnapshotsFailure(criteria: SnapshotSelectionCriteria, cause: Throwable) extends Response

Sent to a PersistentActor after failed deletion of a range of snapshots.

Value parameters

cause

failure cause.

criteria

snapshot selection criteria.

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