Class CommandTransferException
Exception thrown when transferring commands in parallel
- Exception
- 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 Guzzle/Service/Exception/CommandTransferException.php
Located at 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
|
add(),
count(),
getFirst(),
getIterator(),
setExceptions()
|
__construct(),
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
protected
array
|
$successfulCommands | array() |
|
protected
array
|
$failedCommands | array() |
$failedRequests,
$successfulRequests
|
$exceptions
|
$code,
$file,
$line,
$message
|