Home
last modified time | relevance | path

Searched refs:responseSet (Results 1 – 1 of 1) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/
H A DResponseException.php27 public function __construct(ResponseSet $responseSet) argument
29 $this->_init($responseSet);
79 protected function _init(ResponseSet $responseSet): void argument
81 $this->_responseSet = $responseSet;
83 foreach ($responseSet->getBulkResponses() as $bulkResponse) {