Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Exceptions

  • CommandException
  • CommandTransferException
  • DescriptionBuilderException
  • InconsistentClientTransferException
  • ResponseClassException
  • ServiceBuilderException
  • ServiceNotFoundException
  • ValidationException
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class CommandTransferException

Exception thrown when transferring commands in parallel

Exception
Extended by Guzzle\Common\Exception\ExceptionCollection implements Guzzle\Common\Exception\GuzzleException, IteratorAggregate, Countable
Extended by Guzzle\Http\Exception\MultiTransferException
Extended by Guzzle\Service\Exception\CommandTransferException
Namespace: Guzzle\Service\Exception
Located at Guzzle/Service/Exception/CommandTransferException.php
Methods summary
public static Guzzle\Service\Exception\CommandTransferException
# fromMultiTransferException( Guzzle\Http\Exception\MultiTransferException $e )

Creates a new CommandTransferException from a MultiTransferException

Creates a new CommandTransferException from a MultiTransferException

Parameters

$e
Guzzle\Http\Exception\MultiTransferException
$e Exception to base a new exception on

Returns

Guzzle\Service\Exception\CommandTransferException
public array
# getAllCommands( )

Get all of the commands in the transfer

Get all of the commands in the transfer

Returns

array
public Guzzle\Service\Exception\CommandTransferException
# addSuccessfulCommand( Guzzle\Service\Command\CommandInterface $command )

Add to the array of successful commands

Add to the array of successful commands

Parameters

$command
Guzzle\Service\Command\CommandInterface
$command Successful command

Returns

Guzzle\Service\Exception\CommandTransferException
public Guzzle\Service\Exception\CommandTransferException
# addFailedCommand( Guzzle\Service\Command\CommandInterface $command )

Add to the array of failed commands

Add to the array of failed commands

Parameters

$command
Guzzle\Service\Command\CommandInterface
$command Failed command

Returns

Guzzle\Service\Exception\CommandTransferException
public array
# getSuccessfulCommands( )

Get an array of successful commands

Get an array of successful commands

Returns

array
public array
# getFailedCommands( )

Get an array of failed commands

Get an array of failed commands

Returns

array
Methods inherited from Guzzle\Http\Exception\MultiTransferException
addFailedRequest(), addSuccessfulRequest(), containsRequest(), getAllRequests(), getFailedRequests(), getSuccessfulRequests(), setFailedRequests(), setSuccessfulRequests()
Methods inherited from Guzzle\Common\Exception\ExceptionCollection
add(), count(), getFirst(), getIterator(), setExceptions()
Methods inherited from Exception
__construct(), __toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties summary
protected array $successfulCommands array()
#
protected array $failedCommands array()
#
Properties inherited from Guzzle\Http\Exception\MultiTransferException
$failedRequests, $successfulRequests
Properties inherited from Guzzle\Common\Exception\ExceptionCollection
$exceptions
Properties inherited from Exception
$code, $file, $line, $message
php-coveralls API documentation generated by ApiGen 2.8.0