Skip to content

Commit 585bd6b

Browse files
authored
Merge pull request #590 from hashgraph/sr/better-error
2 parents 6ad8a54 + 7ba11e4 commit 585bd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub enum Error {
4343
TimedOut(#[source] Box<Error>),
4444

4545
/// GRPC status code was an error.
46-
#[error("grpc: {0}")]
46+
#[error("grpc: {0:?}")]
4747
GrpcStatus(#[from] tonic::Status),
4848

4949
/// Failed to parse an SDK type from a protobuf response.

0 commit comments

Comments
 (0)