Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Storage for private, distributed, offline-first applications.
Go to Latest
class ReplicaCacheIsClosedError
import { ReplicaCacheIsClosedError } from "https://deno.land/x/earthstar@v10.0.1/src/util/errors.ts";

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

Constructors

new
ReplicaCacheIsClosedError(message?: string)