We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d03f72 commit 361fad1Copy full SHA for 361fad1
packages/service-error-classification/src/constants.ts
@@ -54,4 +54,4 @@ export const NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "ECONNREFUSED", "EPIPE"
54
/**
55
* Node.js system error codes that indicate network error.
56
*/
57
-export const NODEJS_NETWORK_ERROR_CODES = ["ENOTFOUND"];
+export const NODEJS_NETWORK_ERROR_CODES = ["EHOSTUNREACH", "ENETUNREACH", "ENOTFOUND"];
0 commit comments