Class Tcp.CommandFailed
Whenever a command cannot be completed, the queried actor will reply with this message, wrapping the original command which failed.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class CommandFailed : Tcp.Event, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceCommandFailed(Tcp.Command)
TBD
Declaration
public CommandFailed(Tcp.Command cmd)
Parameters
Type | Name | Description |
---|---|---|
Tcp.Command | cmd | TBD |
Properties
| Improve this Doc View SourceCause
Optionally contains the cause why the command failed.
Declaration
public Option<Exception> Cause { get; }
Property Value
Type | Description |
---|---|
Option<Exception> |
Cmd
TBD
Declaration
public Tcp.Command Cmd { get; }
Property Value
Type | Description |
---|---|
Tcp.Command |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |