| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected