R/internal_functions.R
dot-handle_http_response.Rd
Validates HTTP response status codes and extracts error messages.
.handle_http_response(response)
A response object from crul::HttpClient$get().
crul::HttpClient$get()
Invisibly returns the response if status code is < 400, otherwise throws an error.