SDK for PHP 3.x

MultipartUploadException extends RuntimeException
in package
implements MonitoringEventsInterface Uses HasMonitoringEventsTrait

Table of Contents

Interfaces

MonitoringEventsInterface
Interface for adding and retrieving client-side monitoring events

Methods

__construct()  : mixed
appendMonitoringEvent()  : mixed
Append a client-side monitoring event to this object's event list
getMonitoringEvents()  : array<string|int, mixed>
Get client-side monitoring events attached to this object. Each event is represented as an associative array within the returned array.
getState()  : UploadState
Get the state of the transfer
prependMonitoringEvent()  : mixed
Prepend a client-side monitoring event to this object's event list

Methods

__construct()

public __construct(UploadState $state[, Exception|array<string|int, mixed> $prev = null ]) : mixed
Parameters
$state : UploadState

Upload state at time of the exception.

$prev : Exception|array<string|int, mixed> = null

Exception being thrown.

appendMonitoringEvent()

Append a client-side monitoring event to this object's event list

public appendMonitoringEvent(array<string|int, mixed> $event) : mixed
Parameters
$event : array<string|int, mixed>

getMonitoringEvents()

Get client-side monitoring events attached to this object. Each event is represented as an associative array within the returned array.

public getMonitoringEvents() : array<string|int, mixed>
Return values
array<string|int, mixed>

prependMonitoringEvent()

Prepend a client-side monitoring event to this object's event list

public prependMonitoringEvent(array<string|int, mixed> $event) : mixed
Parameters
$event : array<string|int, mixed>
On this page