Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/mod.ts>IngestEventFailure

Storage for private, distributed, offline-first applications.
Go to Latest
interface IngestEventFailure
import { type IngestEventFailure } from "https://deno.land/x/earthstar@v10.2.0/mod.ts";

Properties

kind: "failure"
reason: "write_error" | "invalid_document"
err: Error | null