mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-08-20 09:34:35 -05:00
Add ENETUNREACH as a temporary error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user