$exceptions
$exceptions : array
Exception encountered during a multi transfer
add(\Guzzle\Common\Exception\ExceptionCollection|\Exception $e) : \Guzzle\Common\Exception\ExceptionCollection;
Add exceptions to the collection
\Guzzle\Common\Exception\ExceptionCollection|\Exception | $e | Exception to add |
addSuccessfulRequest(\Guzzle\Http\Message\RequestInterface $request) : self
Add to the array of successful requests
\Guzzle\Http\Message\RequestInterface | $request | Successful request |
addFailedRequest(\Guzzle\Http\Message\RequestInterface $request) : self
Add to the array of failed requests
\Guzzle\Http\Message\RequestInterface | $request | Failed request |
addFailedRequestWithException(\Guzzle\Http\Message\RequestInterface $request, \Exception $exception) : self
Add to the array of failed requests and associate with exceptions
\Guzzle\Http\Message\RequestInterface | $request | Failed request |
\Exception | $exception | Exception to add and associate with |
getExceptionForFailedRequest(\Guzzle\Http\Message\RequestInterface $request) : \Exception|null
Get the Exception that caused the given $request to fail
\Guzzle\Http\Message\RequestInterface | $request | Failed command |
containsRequest(\Guzzle\Http\Message\RequestInterface $request) : boolean
Check if the exception object contains a request
\Guzzle\Http\Message\RequestInterface | $request | Request to check |