import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SignedExchangeError } = Protocol.Network;
Information about a signed exchange response.
Properties
optional
signatureIndex: integerThe index of the signature which caused the error.
optional
errorField: SignedExchangeErrorFieldThe field which caused the error.