ropensci / oai

OAI-PMH R client
https://docs.ropensci.org/oai
Other
14 stars 4 forks source link

Handling exceptions #10

Closed mbojan closed 8 years ago

mbojan commented 8 years ago

https://www.openarchives.org/OAI/openarchivesprotocol.html#ErrorConditions

I think currently only HTTP errors are handled through httr::stop_for_status in while_oai.

mbojan commented 8 years ago

Ah, there is handle_errors... Sorry!

mbojan commented 8 years ago

Actually, I think this could be improved:

sckott commented 8 years ago

That sounds good, the change to handle_errors()

mbojan commented 8 years ago

Closing because handle_errors has been updated. Discussion of other ideas moved largely to #17