Class MultiTransferException
Exception encountered during a multi transfer
- Exception
- 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
|
|
public
|
|
public
array
|
|
public
array
|
|
public
boolean
|
#
containsRequest(
Check if the exception object contains a request |
add(),
count(),
getFirst(),
getIterator(),
setExceptions()
|
__construct(),
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
protected
array
|
$successfulRequests | array() |
|
protected
array
|
$failedRequests | array() |
$exceptions
|
$code,
$file,
$line,
$message
|