v0.4.2-fix: improve ingestion error handling and error messages #30

Closed
opened 2026-04-05 16:16:12 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @wayneshn on 2/24/2026

Changes:

  • Update IngestionService.delete to accept a force flag, bypassing the checkDeletionEnabled check.
  • Use force deletion when rolling back failed ingestion source creations (e.g., decryption errors or connection failures) to ensure cleanup even if deletion is globally disabled.
  • Enhance error messages in EMLConnector, MboxConnector, and PSTConnector to distinguish between missing local files and failed uploads, providing more specific feedback to the user.
*Originally created by @wayneshn on 2/24/2026* Changes: - Update `IngestionService.delete` to accept a `force` flag, bypassing the `checkDeletionEnabled` check. - Use `force` deletion when rolling back failed ingestion source creations (e.g., decryption errors or connection failures) to ensure cleanup even if deletion is globally disabled. - Enhance error messages in `EMLConnector`, `MboxConnector`, and `PSTConnector` to distinguish between missing local files and failed uploads, providing more specific feedback to the user.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#30