Skip to content

Commit 7f18ef3

Browse files
committedNov 8, 2018
Mention a few more Node errors when Got will retry
1 parent 4a383f2 commit 7f18ef3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ The `retries` property can be a `number` or a `function` with `retry` and `error
274274
- `EADDRINUSE`: Could not bind to any free port.
275275
- `ECONNREFUSED`: Connection was refused by the server.
276276
- `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.
277280

278281
###### followRedirect
279282

0 commit comments

Comments
 (0)
Please sign in to comment.