include/SugarSearchEngine/Elastic/Elastica/Exception/BulkResponse.php
Bulk Response exception
- Category
- Xodoa
- Package
- Elastica
\Elastica_Exception_BulkResponse
Package: Elastica
Bulk Response exception
- Parent(s)
- \Elastica_Exception_Abstract < \Exception
- Author
- Nicolas Ruflin
- Category
- Xodoa
Properties
Methods
__construct(
\Elastica_Response $response
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$response | \Elastica_Response |
getFailures(
)
:
array
Returns array of failed actions
Returns
Type | Description |
---|---|
array | Array of failed actions |
getResponse(
)
:
\Elastica_Response
Returns response object
Returns
Type | Description |
---|---|
\Elastica_Response | Response object |