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
Currently, there is only the InfluxError struct with an optional message.
To make it easier to distinguish different errors, there are some possibilities:
Convert InfluxError to an enum with different variants for error kinds
Create an ErrorKind enum and add it as a field to InfluxError
The text was updated successfully, but these errors were encountered:
Currently, there is only the
InfluxError
struct with an optional message.To make it easier to distinguish different errors, there are some possibilities:
InfluxError
to an enum with different variants for error kindsErrorKind
enum and add it as a field toInfluxError
The text was updated successfully, but these errors were encountered: