DNS_TIMEOUTDNS Timeout — No Response
The DNS query timed out without receiving a response.
AbortError: The operation was abortedA fetch request was cancelled via an AbortController signal.
The AbortController.abort() method was called, or a timeout was reached. This is an intentional cancellation mechanism, not a network failure.
Check if the abort was intentional. Increase the timeout if the request needs more time. Handle the AbortError in your catch block to distinguish it from network errors.
DNS_TIMEOUTThe DNS query timed out without receiving a response.
WebSocket connection failedThe WebSocket connection could not be established or was interrupted.
ERR_BLOCKED_BY_CLIENTA browser extension (typically an ad blocker) blocked the request.
ERR_BLOCKED_BY_RESPONSEThe browser blocked the response due to CORB, CORP, or other response-based security policies.
ECONNRESETThe remote server unexpectedly closed the connection.
ERR_ABORTEDThe network request was cancelled before completion.