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 meaningful response in case of IO or auth failure #5

Open
zero323 opened this issue Sep 17, 2019 · 0 comments
Open

Provide meaningful response in case of IO or auth failure #5

zero323 opened this issue Sep 17, 2019 · 0 comments

Comments

@zero323
Copy link
Contributor

zero323 commented Sep 17, 2019

The multiple points of failure here, some of which are likely to be encountered by the users:

  • Incorrect API key, project or table name
  • Networking issues

Depending on a function these can escalate to user code (where standard reader functions, like read.csv or fromJSON are used) or be suppressed (when httr is used).

From user perspective it could nice if these were handled consistently and resulted in meaningful exception and / or error messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant