Share via


LiveUploadOperationDelegate liveOperationFailed method

Invoked when the operation fails.

Signature

- (void) liveOperationFailed:(NSError *)error
                   operation:(LiveOperation *)operation;

Property Values

Name

Datatype

Description

error

NSError

The error returned by the operation call.

operation

LiveOperation

The LiveOperation being tracked.

Defined in

LiveUploadOperationDelegate.h

See also

LiveUploadOperationDelegate protocol