Skip to main content
Module

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

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

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

Constructors

new
EarthstarError(message?: string)