Interface IUpdateFailure
A common interface for Update responses that have ended with a failure.
Inherited Members
Namespace: Akka.DistributedData
Assembly: Akka.DistributedData.dll
Syntax
public interface IUpdateFailure : IUpdateResponse, INoSerializationVerificationNeeded
Properties
| Improve this Doc View SourceCause
Returns a cause of the exception.
Declaration
Exception Cause { get; }
Property Value
Type | Description |
---|---|
Exception |