Table of Contents

Class SignedExchangeError

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

Information about a signed exchange response.

public sealed class SignedExchangeError
Inheritance
SignedExchangeError
Inherited Members

Properties

ErrorField

The field which caused the error.

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

Property Value

SignedExchangeErrorField?

Message

Error message.

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

Property Value

string

SignatureIndex

The index of the signature which caused the error.

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

Property Value

long?