If the rate's internal counter exceeds the maximum number of times
it is allowed to sleep, rate_sleep()
throws an error of class
purrr_error_rate_excess
.
Arguments
- rate
A rate object determining the waiting time.
- quiet
If
FALSE
, prints a message displaying how long until the next request.