Skip to main content
Module

x/earthstar/mod.ts>EarthstarError

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

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

Constructors

new
EarthstarError(message?: string)