Contents

download(_:failedWithError:)

Informs the delegate about a failed asset download.

Declaration

optional func download(_ download: BADownload, failedWithError error: any Error)

Parameters

  • download:

    The failed asset download.

  • error:

    An object that provides detailed information about why the framework isn’t able to download the asset.

See Also

Processing concluded downloads