Returns whether the request object at the given index produced an error. @param index the index of the request object
(int index)
| 95 | * @param index the index of the request object |
| 96 | */ |
| 97 | public boolean isError(int index) { |
| 98 | return errorsByIndex.containsKey(index); |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Returns a list of successful response objects in the batch. The order of |
no outgoing calls