Class Tcp.CommandFailed
Whenever a command cannot be completed, the queried actor will reply with
this message, wrapping the original command which failed.
Inheritance
Tcp.CommandFailed
Assembly: Akka.dll
Syntax
public sealed class Tcp.CommandFailed : Tcp.Event, INoSerializationVerificationNeeded
Constructors
|
Edit this page
View Source
CommandFailed(Command)
Declaration
public CommandFailed(Tcp.Command cmd)
Parameters
|
Edit this page
View Source
CommandFailed(Command, Option<Exception>)
Declaration
public CommandFailed(Tcp.Command cmd, Option<Exception> ex)
Parameters
Properties
|
Edit this page
View Source
Cause
Optionally contains the cause why the command failed.
Declaration
public Option<Exception> Cause { get; }
Property Value
|
Edit this page
View Source
Cmd
The original command which failed.
Declaration
public Tcp.Command Cmd { get; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods