Skip to content

Commit

Permalink
Include GermlinError::Generic's contained string in thisserror's mess…
Browse files Browse the repository at this point in the history
…age (#204)
  • Loading branch information
criminosis authored Apr 18, 2024
1 parent 42a4050 commit 959b201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gremlin-client/src/error.rs
Original file line number Diff line number Diff line change
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 959b201

Please sign in to comment.