Closed steffilazerte closed 3 years ago
weather_dl() returns an informative error if there was a problem connecting to ECCC
weather_dl()
It is not informative (see #100)
This twigged a memory for me. In tidyhydat we do this:
https://github.com/ropensci/tidyhydat/blob/8d30e1186c0c900cb184cab21b33cff55152de82/R/utils.R#L187-L202
Just leaving this here in case it is helpful.
Expected Behaviour
weather_dl()
returns an informative error if there was a problem connecting to ECCCCurrent Behaviour
It is not informative (see #100)