SDK for PHP V3

MultipartCopyAnnotationException extends MultipartUploadException
in package

Phase 3 PutObjectAnnotation partial failure. Carries per-name succeeded/failed maps via {@see getSucceededAnnotations()} and {@see getFailedAnnotations()}.

Table of Contents

Methods

__construct()  : mixed
appendMonitoringEvent()  : mixed
Append a client-side monitoring event to this object's event list
getFailedAnnotations()  : array<string, S3Exception>
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
getSucceededAnnotations()  : array<string|int, string>
prependMonitoringEvent()  : mixed
Prepend a client-side monitoring event to this object's event list

Methods

__construct()

public __construct(UploadState $state, array<string, S3Exception$failed[, array<string|int, string> $succeeded = [] ]) : mixed
Parameters
$state : UploadState
$failed : array<string, S3Exception>
$succeeded : array<string|int, string> = []

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>

getFailedAnnotations()

public getFailedAnnotations() : array<string, S3Exception>
Return values
array<string, S3Exception>

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>

getSucceededAnnotations()

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

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>
<-- modeled_exceptions -->
On this page