Browse documentation

NetworkError

Represents a public network failure that the application can handle.

Table of contents

Category

Value

Import

js
import { NetworkError } from "valyrian.js/network";

Public signature

ts
new NetworkError(message?: string, options?: ErrorOptions): NetworkError

API form

NetworkError is an Error class used for unavailable network runtime features and invalid network event operations.