Class ModifyFailure
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.
Inheritance
ModifyFailure
Assembly: Akka.DistributedData.dll
Syntax
[Serializable]
public sealed class ModifyFailure : IUpdateFailure, IUpdateResponse, INoSerializationVerificationNeeded
Constructors
|
Improve this Doc
View Source
ModifyFailure(IKey, String, Exception, Object)
Declaration
public ModifyFailure(IKey key, string errorMessage, Exception cause, object request)
Parameters
Properties
|
Improve this Doc
View Source
Cause
Declaration
public Exception Cause { get; }
Property Value
|
Improve this Doc
View Source
ErrorMessage
Declaration
public string ErrorMessage { get; }
Property Value
|
Improve this Doc
View Source
IsSuccessful
Declaration
public bool IsSuccessful { get; }
Property Value
|
Improve this Doc
View Source
Key
Declaration
Property Value
|
Improve this Doc
View Source
Request
Declaration
public object Request { get; }
Property Value
Methods
|
Improve this Doc
View Source
ThrowOnFailure()
Declaration
public void ThrowOnFailure()
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods