Interface IAttachmentErrorHandler
- Namespace
- PowerSync.Common.Attachments
- Assembly
- PowerSync.Common.dll
Provides custom error handling for attachment sync operations. Implementations determine whether failed operations should be retried or archived.
public interface IAttachmentErrorHandler
Methods
- OnDeleteErrorAsync(Attachment, Exception)
Handles a delete error for a specific attachment.
- OnDownloadErrorAsync(Attachment, Exception)
Handles a download error for a specific attachment.
- OnUploadErrorAsync(Attachment, Exception)
Handles an upload error for a specific attachment.