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>NetworkError

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

A server URL is bad or the network is down

Constructors

new
NetworkError(message?: string)