interceptors.responseError
does not raise networking errors
#3929
Labels
bug
Something isn't working
interceptors.responseError
does not raise networking errors
#3929
interceptors.responseError
does not raise networking errorsWhen the
interceptors.responseError
interceptor is used, this does not raise network errors, returning the request as if it had been successful.Reproducible By
Expected Behavior
request
raises an errorError: getaddrinfo ENOTFOUND
. This is raised when we don't useinterceptors.responseError
Environment
20.18
7.1.0
The text was updated successfully, but these errors were encountered: