0

please find the image first intsertion was happened sucessfully.I am trying to query my transaction in Amazon-EC2 but it is returning NULL with endorsement failure even though my insertion transaction is working fine in the local system.

This is the error I get:

endorsement failure during invoke. response: status:500 message:"transaction returned with failure: Error: {\"Error\":\"candidate does not exist with: 13VV1A0533\"}"

1 Answers1

0

From the error it seems that the chaincode is missing error handling for scheduleInterview method.

What the error means is that there is no data for the key candidate id.

Do revert if this doesnt help.

Risabh Sharma
  • 634
  • 5
  • 15