Skip to content

Commit

Permalink
chore: print more context for connection error
Browse files Browse the repository at this point in the history
  • Loading branch information
Threated committed Nov 15, 2024
1 parent aa7ce7d commit ba4cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub enum SamplyBeamError {
ConfigurationFailed(String),
#[error("Internal synchronization error: {0}")]
InternalSynchronizationError(String),
#[error("Error executing HTTP request: {0}")]
#[error("Error executing HTTP request: {0:?}")]
HttpRequestError(#[from] reqwest::Error),
// #[error("Error building HTTP request: {0}")]
// HttpRequestBuildError(#[from] http::Error),
Expand Down

0 comments on commit ba4cb0c

Please sign in to comment.