Table of Contents

Class SignedExchangeError

Namespace
OpenQA.Selenium.DevTools.V132.Network
Assembly
WebDriver.dll

SignedExchangeError

public sealed class SignedExchangeError
Inheritance
SignedExchangeError
Inherited Members

Properties

ErrorField

errorField

[JsonPropertyName("errorField")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SignedExchangeErrorField? ErrorField { get; set; }

Property Value

SignedExchangeErrorField?

Message

message

[JsonPropertyName("message")]
public string Message { get; set; }

Property Value

string

SignatureIndex

signatureIndex

[JsonPropertyName("signatureIndex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SignatureIndex { get; set; }

Property Value

long?