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.

Source:
Replicator.scala
trait Serializable
trait Product
trait Equals
class UpdateFailure[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any
Source:
Replicator.scala

Inherited methods

def getRequest: Optional[Any]

Java API

Java API

Inherited from:
UpdateResponse
Source:
Replicator.scala
Inherited from:
Product