hyperledger / fabric-gateway

Go, Node and Java client API for Hyperledger Fabric v2.4+
https://hyperledger.github.io/fabric-gateway/
Apache License 2.0
150 stars 87 forks source link

Include gRPC error details in Java stack traces #635

Closed bestbeforetoday closed 11 months ago

bestbeforetoday commented 11 months ago

Aids debugging since error details are printed as part of the stack trace rather than relying on the details being accessed programmatically by the client application.

Relates to hyperledger/fabric#4447