You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During querying of database if error is returned by InfluxDB the RuntimeException is thrown.
I would like to process error message inside caller of InfluxDB.query() method.
Do not throw RuntimeException in case of error, just return the result.