Skip to main content
Module

x/earthstar/mod.ts>EarthstarError

Storage for private, distributed, offline-first applications.
Latest
class EarthstarError
extends Error
Re-export
import { EarthstarError } from "https://deno.land/x/earthstar@v10.2.2/mod.ts";

Generic top-level error class that other Earthstar errors inherit from.

Constructors

new
EarthstarError(message?: string)