DownloadError

A DownloadError object provides detailed information about a download failure.

Properties

Attribute Type Description
result Read only nsresult The result code associated with this error.
becauseSourceFailed Read only boolean Indicates an error occurred while reading from the remote location.
becauseTargetFailed Read only boolean Indicates an error occurred while writing to the local target.

Inherits properties from Error.

See also