Class ErroredCommandResponse
Special case for error messages.
Inheritance
ErroredCommandResponse
Assembly: Petabridge.Cmd.Common.dll
Syntax
public class ErroredCommandResponse : CommandResponse, INoSerializationVerificationNeeded
Constructors
ErroredCommandResponse(string, bool)
Declaration
public ErroredCommandResponse(string msg, bool final = true)
Parameters
ErroredCommandResponse(string, long, bool)
Declaration
public ErroredCommandResponse(string msg, long sessionId, bool final = true)
Parameters
Properties
IsError
Indicates that this is an error message
Declaration
public override bool IsError { get; }
Property Value
Overrides
Methods
WithSessionId(long)
Declaration
public override CommandResponse WithSessionId(long sessionId)
Parameters
| Type |
Name |
Description |
| long |
sessionId |
|
Returns
Overrides
Implements