Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Network.SignedExchangeError
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
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.