Introduce ConversionWithSameMimeTypeException for improved error handling in document conversion.

- Added the `ConversionWithSameMimeTypeException` to handle cases where document conversion is requested for the same MIME type.
- Updated `StoredObjectToPdfConverter` to throw the new exception when encountering such cases.
- Enhanced error logging in `PostSendExternalMessageHandler` to capture these specific conversion errors.
This commit is contained in:
2025-10-03 13:01:39 +02:00
parent fcc9529a20
commit f9ad96c78b
4 changed files with 36 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
kind: Fixed
body: Add exception handling for conversion of attachment on sending external, when documens are already in pdf
time: 2025-10-03T13:02:49.524835257+02:00
custom:
Issue: ""
SchemaChange: No schema change