Table of Contents

Class PlayerError

Namespace
OpenQA.Selenium.DevTools.V130.Media
Assembly
WebDriver.dll

PlayerError

public sealed class PlayerError
Inheritance
PlayerError
Inherited Members

Properties

Cause

cause

[JsonPropertyName("cause")]
public PlayerError[] Cause { get; set; }

Property Value

PlayerError[]

Code

code

[JsonPropertyName("code")]
public long Code { get; set; }

Property Value

long

Data

data

[JsonPropertyName("data")]
public object Data { get; set; }

Property Value

object

ErrorType

errorType

[JsonPropertyName("errorType")]
public string ErrorType { get; set; }

Property Value

string

Stack

stack

[JsonPropertyName("stack")]
public PlayerErrorSourceLocation[] Stack { get; set; }

Property Value

PlayerErrorSourceLocation[]