You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few years ago I changed how errors were thrown because I was worried about it revealing tokens or other secrets. But I went too far and too much is concealed. We'll switch to rlang's approach:
HTTP errors are automatically converted into R errors. Use req_error() to override the defaults (which turn all 4xx and 5xx responses into errors) or to add additional details to the error message.
The text was updated successfully, but these errors were encountered:
A few years ago I changed how errors were thrown because I was worried about it revealing tokens or other secrets. But I went too far and too much is concealed. We'll switch to rlang's approach:
It may make sense to wait until moving to httr2 (#430), since hhtr2 will handle errors differently than httr:
The text was updated successfully, but these errors were encountered: