You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.
I am using fabric-gateway-java as dependency in my project which internally uses fabric-sdk-java.
In fabric-java-sdk we are losing actual error message that is sent by chaincode. Instead of actual error message we always get error like
"org.hyperledger.fabric.sdk.exception.ProposalException: org.hyperledger.fabric.sdk.exception.ServiceDiscoveryException: Could not meet endorsement policy for chaincode "
You can see it in Channel.java line number 4561 and 4698.
How can I get the original error message sent by chaincode?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using fabric-gateway-java as dependency in my project which internally uses fabric-sdk-java.
In fabric-java-sdk we are losing actual error message that is sent by chaincode. Instead of actual error message we always get error like
"org.hyperledger.fabric.sdk.exception.ProposalException: org.hyperledger.fabric.sdk.exception.ServiceDiscoveryException: Could not meet endorsement policy for chaincode "
You can see it in Channel.java line number 4561 and 4698.
How can I get the original error message sent by chaincode?
The text was updated successfully, but these errors were encountered: