Skip to content

Commit 716188d

Browse files
committed
connection failed message
1 parent 7bdcbc7 commit 716188d

File tree

1 file changed

+1
-1
lines changed
  • crates/store/re_grpc_client/src

1 file changed

+1
-1
lines changed

crates/store/re_grpc_client/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl std::error::Error for TonicStatusError {
4444
pub enum StreamError {
4545
/// Native connection error
4646
#[cfg(not(target_arch = "wasm32"))]
47-
#[error(transparent)]
47+
#[error("connection failed: {0}")]
4848
Transport(#[from] tonic::transport::Error),
4949

5050
#[error(transparent)]

0 commit comments

Comments
 (0)