Class FailRequestCommandSettings
FailRequest
public sealed class FailRequestCommandSettings : ICommand- Inheritance
- 
      
      FailRequestCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
ErrorReason
Gets or sets the errorReason
[JsonPropertyName("errorReason")]
public ErrorReason ErrorReason { get; set; }Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }