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