Skip to main content
Module

x/earthstar/mod.ts>IngestEventFailure

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

Properties

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