NetworkError
Represents a public network failure that the application can handle.
Table of contents
Category
Value
Import
jsimport { NetworkError } from "valyrian.js/network";Public signature
tsnew NetworkError(message?: string, options?: ErrorOptions): NetworkErrorAPI form
NetworkError is an Error class used for unavailable network runtime features and invalid network event operations.