We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdcbc7 commit 716188dCopy full SHA for 716188d
crates/store/re_grpc_client/src/lib.rs
@@ -44,7 +44,7 @@ impl std::error::Error for TonicStatusError {
44
pub enum StreamError {
45
/// Native connection error
46
#[cfg(not(target_arch = "wasm32"))]
47
- #[error(transparent)]
+ #[error("connection failed: {0}")]
48
Transport(#[from] tonic::transport::Error),
49
50
#[error(transparent)]
0 commit comments