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

x/willow/mod.universal.ts>IngestEventFailure

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

Emitted after an entry fails to be ingested by a store, either due to error or entry invalidity.

definition: { kind: "failure"; reason: "write_failure" | "invalid_entry"; message: string; err: Error | null; }