Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/willow/mod.deno.ts>IngestPayloadEventFailure

Exploring Willow in the most efficient and sound programming language
Go to Latest
type alias IngestPayloadEventFailure
import { type IngestPayloadEventFailure } from "https://deno.land/x/willow@0.2.1/mod.deno.ts";

Emitted after a payload fails to be ingested, either because there is no entry corresponding to it, or because the given payload did not match the entry's PayloadDigest.

definition: { kind: "failure"; reason: "no_entry" | "data_mismatch"; }