Skip to main content
Go to Latest
interface default.Network.SignedExchangeError
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SignedExchangeError } = default.Network;

Information about a signed exchange response.

Properties

message: string

Error message.

optional
signatureIndex: integer

The index of the signature which caused the error.

optional
errorField: SignedExchangeErrorField

The field which caused the error.