Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide more information when expect_condition() and friends fail #1987

Open
hadley opened this issue Sep 6, 2024 · 0 comments
Open

Provide more information when expect_condition() and friends fail #1987

hadley opened this issue Sep 6, 2024 · 0 comments
Labels
conditions feature a feature request or enhancement
Milestone

Comments

@hadley
Copy link
Member

hadley commented Sep 6, 2024

resp2 <- req %>% req_perform(path = path2)` did not throw the expected condition

Would be better as

resp2 <- req %>% req_perform(path = path2)` did not throw the expected `httr2_cache_save` condition. 
Conditions observed: httr2_cache_cached
@hadley hadley added feature a feature request or enhancement conditions labels Oct 22, 2024
@hadley hadley added this to the v3.2.2 milestone Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conditions feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant