MultipartUploadException
extends RuntimeException
in package
Thrown when a {@see Aws\Common\MultipartUpload\TransferInterface} object encounters an error during transfer
Table of Contents
Properties
Methods
- __construct() : mixed
- getState() : TransferStateInterface
- Get the state of the transfer
Properties
$state
protected
TransferStateInterface
$state
State of the transfer when the error was encountered
Methods
__construct()
public
__construct(TransferStateInterface $state[, Exception $exception = null ]) : mixed
Parameters
- $state : TransferStateInterface
-
Transfer state
- $exception : Exception = null
-
Last encountered exception
getState()
Get the state of the transfer
public
getState() : TransferStateInterface