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

x/earthstar/mod.ts>ReplicaIsClosedError

Storage for private, distributed, offline-first applications.
Go to Latest
class ReplicaIsClosedError
Re-export
import { ReplicaIsClosedError } from "https://deno.land/x/earthstar@v10.0.1/mod.ts";

An IReplica or IReplicaDriver was used after close() was called on it.

Constructors

new
ReplicaIsClosedError(message?: string)