Add 'Upstream service unreachable' to network errors (#9255)

This commit is contained in:
Eric Bailey
2025-10-22 11:36:18 -05:00
committed by GitHub
parent d7e8429753
commit 6ed30213c8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -78,6 +78,7 @@ const NETWORK_ERRORS = [
'Network request failed',
'Failed to fetch',
'Load failed',
'Upstream service unreachable',
]
export function isNetworkError(e: unknown) {
+1
View File
@@ -31,6 +31,7 @@ const NETWORK_ERRORS = [
'Network request failed',
'Failed to fetch',
'Load failed',
'Upstream service unreachable',
]
export function isNetworkError(e: unknown) {