Skip to content

Commit

Permalink
Include GermlinError::Generic's contained string in thisserror's message
Browse files Browse the repository at this point in the history
  • Loading branch information
criminosis committed Apr 18, 2024
1 parent 42a4050 commit 21c10b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gremlin-client/src/error.rs
Expand Up @@ -8,7 +8,7 @@ use mobc;
#[allow(clippy::large_enum_variant)]
#[derive(Debug, Error)]
pub enum GremlinError {
#[error("data store disconnected")]
#[error("data store disconnected: {0}")]
Generic(String),

#[error(transparent)]
Expand Down

0 comments on commit 21c10b3

Please sign in to comment.