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 99255f9 commit c6186a9Copy full SHA for c6186a9
src/error.rs
@@ -43,7 +43,7 @@ pub enum Error {
43
TimedOut(#[source] Box<Error>),
44
45
/// GRPC status code was an error.
46
- #[error("grpc: {0}")]
+ #[error("grpc: {0:?}")]
47
GrpcStatus(#[from] tonic::Status),
48
49
/// Failed to parse an SDK type from a protobuf response.
0 commit comments