File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export class FetchDocumentError extends Error {
1010 'EAI_AGAIN' , // DNS lookup temporary failure - DNS server is temporarily unavailable or overloaded
1111 'ETIMEDOUT' , // Connection timeout - network latency or server load issues
1212 'ERR_NAME_NOT_RESOLVED' , // DNS lookup temporary failure - DNS server is temporarily unavailable or overloaded
13+ 'Timed out after' , // Navigation timeout - page took too long to load, might be temporary server overload
1314 'HTTP code 500' , // Internal Server Error - server encountered an error while processing the request
1415 'HTTP code 503' , // Service Unavailable - server is temporarily overloaded or down for maintenance
1516 'HTTP code 504' , // Gateway Timeout - upstream server took too long to respond, might be temporary
You can’t perform that action at this time.
0 commit comments