isConnectionError
isConnectionError(
error):boolean
True if error is a connection-level fetch failure — raised before the
server produced a response. Detects both TypeError('fetch failed') (Node
undici, browsers) and Bun’s native Error with a code like
ConnectionRefused / ECONNREFUSED.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”boolean
Hit a problem or have a question? Get in touch.