Class MultiTransferException
Exception encountered during a multi transfer
- Exception implements Throwable
- Guzzle\Common\Exception\ExceptionCollection implements Guzzle\Common\Exception\GuzzleException, IteratorAggregate, Countable
- Guzzle\Http\Exception\MultiTransferException
Direct known subclasses
Guzzle\Service\Exception\CommandTransferException
public
array
|
|
public
|
#
addSuccessfulRequest(
Add to the array of successful requests |
public
|
#
addFailedRequest(
Add to the array of failed requests |
public
|
#
addFailedRequestWithException(
Add to the array of failed requests and associate with exceptions |
public
|
#
getExceptionForFailedRequest(
Get the Exception that caused the given $request to fail |
public
|
|
public
|
|
public
array
|
|
public
array
|
|
public
boolean
|
#
containsRequest(
Check if the exception object contains a request |
__construct(),
add(),
count(),
getFirst(),
getIterator(),
setExceptions()
|
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
protected
array
|
$successfulRequests
|
#
array()
|
protected
array
|
$failedRequests
|
#
array()
|
protected
array
|
$exceptionForRequest
|
#
array()
|
$exceptions
|
$code,
$file,
$line,
$message
|