Skip to main content
Module

x/earthstar/mod.browser.ts>EarthstarError

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
class EarthstarError
extends Error
import { EarthstarError } from "https://deno.land/x/earthstar@v10.0.0-alpha.2/mod.browser.ts";

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

Constructors

new
EarthstarError(message?: string)