Skip to content

Commit c6186a9

Browse files
committed
chore: use Debug for grpc error
For some reason tonic excludes `source` from Display Signed-off-by: Skyler Ross <[email protected]>
1 parent 99255f9 commit c6186a9

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)