Class CommandTransferException
Exception thrown when transferring commands in parallel
- Exception implements Throwable
- Guzzle\Common\Exception\ExceptionCollection implements Guzzle\Common\Exception\GuzzleException, IteratorAggregate, Countable
- Guzzle\Http\Exception\MultiTransferException
- Guzzle\Service\Exception\CommandTransferException
Namespace: Guzzle\Service\Exception
Located at src/Guzzle/Service/Exception/CommandTransferException.php
Located at src/Guzzle/Service/Exception/CommandTransferException.php
public static
|
#
fromMultiTransferException(
Creates a new CommandTransferException from a MultiTransferException |
public
array
|
|
public
|
#
addSuccessfulCommand(
Add to the array of successful commands |
public
|
#
addFailedCommand(
Add to the array of failed commands |
public
array
|
|
public
array
|
|
public
|
#
getExceptionForFailedCommand(
Get the Exception that caused the given $command to fail |
__construct(),
add(),
count(),
getFirst(),
getIterator(),
setExceptions()
|
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
protected
array
|
$successfulCommands
|
#
array()
|
protected
array
|
$failedCommands
|
#
array()
|
$exceptionForRequest,
$failedRequests,
$successfulRequests
|
$exceptions
|
$code,
$file,
$line,
$message
|