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