Share via


LiveDownloadOperationDelegate liveOperationFailed:operation method

Invoked when the download operation fails.

Signature

- (void) liveOperationFailed:(NSError *)error
                  operation:(LiveDownloadOperation *)operation

Parameters

Name

Datatype

Description

error

NSError

The error returned by the download operation call.

operation

LiveDownloadOperation

The LiveDownloadOperation that fails.

Returns

Nothing.

Defined in

LiveDownloadOperationDelegate.h

See also

LiveDownloadOperationDelegate protocol