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.
2 parents 6ad8a54 + 7ba11e4 commit 585bd6bCopy full SHA for 585bd6b
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