Class FailRequestCommandSettings
Causes the request to fail with specified reason.
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
Causes the request to fail with the given reason.
[JsonPropertyName("errorReason")]
public ErrorReason ErrorReason { get; set; }
Property Value
RequestId
An id the client received in requestPaused event.
[JsonPropertyName("requestId")]
public string RequestId { get; set; }