mirror of https://github.com/grafana/grafana
ds-querier: handle execute errors better (#105496)
* ds-querier: handle execute errors better * fix: change how GetResponseCode works to return 418 if rsp is nil 418 is a bit of an easter egg which in this case works since we don't have an rsp but we do know something went wrong, so a 200 won't work. Also changed this to return the code in the frame, not sure why we weren't. * tests: fix GetResponseCode tests * log no rsp case * bring back og error logpull/105350/head^2
parent
e0836a02f6
commit
4eadb0fec8
Loading…
Reference in new issue