Add 'Upstream service unreachable' to network errors

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