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