cube-js/cube

Client core: passing full response to error

Open

#3,707 opened on Nov 19, 2021

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Rust (1,965 forks)batch import
help wanted

Repository metrics

Stars
 (19,563 stars)
PR merge metrics
 (Avg merge 5d 16h) (138 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. Is it possible to pass full response (or maybe just more info) here? In my case I need it for handling 401 error and refreshing token.

Describe the solution you'd like Passing down whole response would be great

Contributor guide