We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sindresorhus
szmarczak
Learn more about funding links in repositories.
Report abuse
1 parent 4a383f2 commit 7f18ef3Copy full SHA for 7f18ef3
readme.md
@@ -274,6 +274,9 @@ The `retries` property can be a `number` or a `function` with `retry` and `error
274
- `EADDRINUSE`: Could not bind to any free port.
275
- `ECONNREFUSED`: Connection was refused by the server.
276
- `EPIPE`: The remote side of the stream being written has been closed.
277
+- `ENOTFOUND`: Couldn't resolve the hostname to an IP address.
278
+- `ENETUNREACH`: No internet connection.
279
+- `EAI_AGAIN`: DNS lookup timed out.
280
281
###### followRedirect
282
0 commit comments