什么是 Hyperledger Caliper 中的基准错误代码 4

What is Benchmark error code 4 in Hyperledger Caliper

error: [FabricCAClientService.js]: Failed to enroll admin, error:%o message=Could not parse enrollment response [Client sent an HTTP request to an HTTPS server. ] as JSON due to error [SyntaxError: Unexpected token C in JSON at position 0], stack=Error: Could not parse enrollment response [Client sent an HTTP request to an HTTPS server. ] as JSON due to error [SyntaxError: Unexpected token C in JSON at position 0] at IncomingMessage.response.on (F:\SErd_Year\FYP\Blockchain\hyperledger-template\hyperledger-caliper\node_modules\fabric-client\node_modules\fabric-ca-client\lib\FabricCAClient.js:475:21) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020.06.06-23:24:43.152 error [caliper] [caliper-engine] Error while performing "init" step: Error: Couldn't enroll Patient's registrar or set it as user context: Could not parse enrollment response [Client sent an HTTP request to an HTTPS server. ] as JSON due to error [SyntaxError: Unexpected token C in JSON at position 0] 2020.06.06-23:24:43.153 info [caliper] [caliper-engine] Executed "init" step in 0.527 seconds 2020.06.06-23:24:43.153 info [caliper] [caliper-engine] Network configuration attribute "caliper.command.end" is not present, skipping end command 2020.06.06-23:24:43.154 error [caliper] [cli-launch-master] Benchmark failed with error code 4

这是bash的输出。我不知道是什么原因造成的。我的网络有 3 个组织,每个组织有 2 个对等点和一个订购者。我已经编辑了 fabic-node.yaml 文件以满足要求。 如果有人对做什么有任何建议,我会洗耳恭听。谢谢

基本上,错误代码 4 是当您尝试初始化与区块链 (SUT) 的连接但失败时,错误代码 5 是当您未能安装智能合约时,错误代码 6 是针对其他错误(例如配置)