Table of Contents

Class ReportErrorCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.SmartCardEmulation
Assembly
Selenium.WebDriver.dll

Reports an error result for the given request.

public sealed class ReportErrorCommandSettings : ICommand
Inheritance
ReportErrorCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string

ResultCode

Gets or sets the resultCode

[JsonPropertyName("resultCode")]
public ResultCode ResultCode { get; set; }

Property Value

ResultCode