Skip to main content
Module

x/earthstar/src/entries/universal.ts>IngestEventFailure

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

Properties

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