http interception responseError missing request #42307
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
According to the HttpResponseError types the
responseError
interceptor should have access to therequest
. However,responseError
only gets therequest
when one of theresponse
handlers are hit, because this then hitskibana/src/core/public/http/http_setup.ts
Line 164 in de5c452
This line
kibana/src/core/public/http/http_setup.ts
Line 150 in de5c452
let current: HttpResponse | undefined;
then we start getting type errors.The text was updated successfully, but these errors were encountered: