Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 501 Bytes

2021-08-24-change-media-import-error-handling.md

File metadata and controls

11 lines (11 loc) · 501 Bytes
title issue author author_email author_github
Change media import error handling
NEXT-7954
Malte Janz
m.janz@shopware.com
Malte Janz

Core

  • Added InvalidMediaUrlException.php and MediaDownloadException.php
  • Changed the behaviour for invalid URLs or failed downloads during media import to count them as failed records with an error message / exception in MediaSerializer.php
  • Added serializers which add a _error key will now trigger the error handling in ImportExport.php