MCPcopy Create free account
hub / github.com/nodejs/undici / onResponseError

Function onResponseError

test/retry-handler-controller-proxy.js:161–164  ·  view source on GitHub ↗
(controller, err)

Source from the content-addressed store, hash-verified

159 dispatch: () => { throw dispatchError },
160 handler: {
161 onResponseError (controller, err) {
162 errController = controller
163 receivedErr = err
164 }
165 }
166 })
167

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected