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 Serializabletrait Producttrait Equalsclass UpdateFailure[A]class UpdateResponse[A]class Objecttrait Matchableclass Any
Members list
In this article