Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/util/errors.ts>EarthstarError

Storage for private, distributed, offline-first applications.
Latest
class EarthstarError
extends Error
import { EarthstarError } from "https://deno.land/x/earthstar@11.0.0-beta.4/src/util/errors.ts";

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

Constructors

new
EarthstarError(message?: string)

Construct a new EarthstarError.