Skip to main content
Module

x/earthstar/mod.ts>ReplicaIsClosedError

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

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

Constructors

new
ReplicaIsClosedError(message?: string)