-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error handling in Backends #29
Comments
Backends don't necessary parse anything. It does happen when the data are read from So no, there is no explicit policy. While it might be a good idea and worth discussion, parsing is such a rather small part of the backend implementations that it might not be worth the investment. |
No policy (yet). If there is an unexpected problem in the backend it should throw an error. The Regarding parsing: in Maybe it's a good idea we would add a error handling section to the documentation. |
Hi, is there a policy or examples how backends handle parsing errors ?
stopifnot()
? ReturnNULL
? Throw Exceptions ? Yours, SteffenThe text was updated successfully, but these errors were encountered: