Skip to content

Update manifest parsing error

Created by: nicosang

Hi,

this PR has to update manifest parsing error. The main idea is that each parser (dash or mss) has to throw an error if needed. This error is caught by the ManifestLoader class which has to trigger a INTERNAL_MANIFEST_LOADED event. Finally, ManifestUpdater has to analyze error attribute of this event, and if needed, call manifestError function of ErrorHandler class. Thus, the call to manifestError function is centralized in ManifestUpdater only during parsing process.

A first version of ManifestUpdater unit test has also been added.

Nico

Merge request reports