MCPcopy Create free account
hub / github.com/nodejs/undici /

Class

types/errors.d.ts:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100 /** There is an error with the socket. */
101 export class SocketError extends UndiciError {
102 name: 'SocketError'
103 code: 'UND_ERR_SOCKET'
104 socket: Client.SocketInfo | null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected