Skip to content

Raise HTTP errors early

Oscar Tovar requested to merge otovar/raise-errors-early-on-non-200-response into main

What does this MR do?

If non-2xx response code is received, an error will be raised and the response body added. This helps debug errors caused by network issues and authn/authz.

What are the relevant issue numbers?

N/A

Merge request reports