MCPcopy Create free account
hub / github.com/Datakitpage/Datakit /

Class

frontend/src/types/remoteImport.ts:180–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180export class NetworkError extends RemoteImportError {
181 constructor(provider: ImportProvider, message = "Network request failed") {
182 super(message, provider, "NETWORK_ERROR");
183 this.name = "NetworkError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected