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

Properly handle errors instead of panics #129

Closed
russorat opened this issue Jun 4, 2020 · 0 comments · Fixed by #132
Closed

Properly handle errors instead of panics #129

russorat opened this issue Jun 4, 2020 · 0 comments · Fixed by #132
Assignees
Milestone

Comments

@russorat
Copy link

russorat commented Jun 4, 2020

The following line makes a call to panic. In this case, proper error messages should be returned and handled.

panic("unsupported type")

@vlastahajek vlastahajek self-assigned this Jun 10, 2020
@vlastahajek vlastahajek added this to the v1.3.0 milestone Jun 10, 2020
vlastahajek added a commit to bonitoo-io/influxdb-client-go that referenced this issue Jun 10, 2020
vlastahajek added a commit to bonitoo-io/influxdb-client-go that referenced this issue Jun 10, 2020
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

Successfully merging a pull request may close this issue.

2 participants