MCPcopy Index your code
hub / github.com/chain/Core / errors

Method errors

sdk/java/src/main/java/com/chain/http/BatchResponse.java:117–121  ·  view source on GitHub ↗

Returns a list of error objects in the batch. The order of the list corresponds to the order of the request objects that produced the errors.

()

Source from the content-addressed store, hash-verified

115 * errors.
116 */
117 public List<APIException> errors() {
118 List<APIException> res = new ArrayList<>();
119 res.addAll(errorsByIndex.values());
120 return res;
121 }
122
123 /**
124 * Returns a map of success responses, keyed by the index of the request

Callers 5

createMethod · 0.95
testAssetCreateBatchMethod · 0.80
testBatchTransactionMethod · 0.80

Calls

no outgoing calls

Tested by 4

testAssetCreateBatchMethod · 0.64
testBatchTransactionMethod · 0.64