Closed leitgab closed 1 month ago
If meta data is given in an unexpected format (in the given case the value is an array, instead of a string), processing fails with a TypeError:
TypeError
Instead of failing, the processor should be skipped, because the value is in an unexpected format, therefore TypeError has to be handled.
If meta data is given in an unexpected format (in the given case the value is an array, instead of a string), processing fails with a
TypeError
:Instead of failing, the processor should be skipped, because the value is in an unexpected format, therefore
TypeError
has to be handled.