diff --git a/src/util/errors.ts b/src/util/errors.ts index f944abf..c845829 100644 --- a/src/util/errors.ts +++ b/src/util/errors.ts @@ -12,6 +12,7 @@ export const temporary_system_errors = { 'ENOTFOUND': null, 'EAI_AGAIN': 'name resolution failed', 'ECONNRESET': 'connection reset', + 'ENETUNREACH': 'network unreachable', }; export const temporary_http_errors = [ 502, // Bad Gateway