ModifyFailure

org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
final case class ModifyFailure[A <: ReplicatedData](key: Key[A], errorMessage: String, cause: Throwable, request: Option[Any]) extends UpdateFailure[A]

If the modify function of the Update throws an exception the reply message will be this ModifyFailure message. The original exception is included as cause.

Attributes

Source
Replicator.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class UpdateFailure[A]
class UpdateResponse[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Replicator.scala

Inherited methods

def getRequest: Optional[Any]

Java API

Java API

Attributes

Inherited from:
UpdateResponse
Source
Replicator.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product