Get an array of failed requests sent in the multi transfer
Return value
array
File
- drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/MultiTransferException.php, line 97
Class
- MultiTransferException
- Exception encountered during a multi transfer
Namespace
Guzzle\Http\Exception
Code
public function getFailedRequests() {
return $this->failedRequests;
}