Table of Contents

Class SignedExchangeError

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Information about a signed exchange response.

public sealed record SignedExchangeError : IEquatable<SignedExchangeError>
Inheritance
SignedExchangeError
Implements
Inherited Members

Constructors

SignedExchangeError(string)

Information about a signed exchange response.

public SignedExchangeError(string Message)

Parameters

Message string

Error message.

Properties

ErrorField

The field which caused the error.

public SignedExchangeErrorField? ErrorField { get; init; }

Property Value

SignedExchangeErrorField?

Message

Error message.

public string Message { get; init; }

Property Value

string

SignatureIndex

The index of the signature which caused the error.

public long? SignatureIndex { get; init; }

Property Value

long?