Skip to main content
Module

x/earthstar/src/util/errors.ts

Storage for private, distributed, offline-first applications.
Latest
import * as earthstar from "https://deno.land/x/earthstar@11.0.0-beta.3/src/util/errors.ts";

Classes

Authorisation failed on an attempted document write, cap delegation, etc.

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

Validation failed on a document, share address, author address, etc.

Functions

Check if any value is a subclass of EarthstarError (return true) or not (return false)

Check if any value is a subclass of EarthstarError (return false) or not (return true)