MultipartUploadException
extends RuntimeException
in package
implements
MonitoringEventsInterface
Uses
HasMonitoringEventsTrait
Interfaces, Classes and Traits
- MonitoringEventsInterface
- Interface for adding and retrieving client-side monitoring events
Table of Contents
- $monitoringEvents : mixed
- $state : UploadState
- __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
Properties
$monitoringEvents
private
mixed
$monitoringEvents
= []
$state
private
UploadState
$state
State of the erroneous transfer
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.
Return values
mixed —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>
Return values
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> —getState()
Get the state of the transfer
public
getState() : UploadState
Return values
UploadState —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>