Method OnDownloadErrorAsync
- Namespace
- PowerSync.Common.Attachments
- Assembly
- PowerSync.Common.dll
OnDownloadErrorAsync(Attachment, Exception)
Handles a download error for a specific attachment.
Task<bool> OnDownloadErrorAsync(Attachment attachment, Exception error)
Parameters
attachmentAttachmentThe attachment that failed to download.
errorExceptionThe error encountered during the download.