Job of SUSHI Harvesting should report standard SUSHI exceptions
At the moment when running a SUSHI harvesting job, the job reports as successfull without further notice even if the vendor sends the report with an exception as described in the COUNTER API standards: https://countermetrics.stoplight.io/docs/counter-sushi-api/7ccbfsfe7nrev-exception
Example:
Alma is asked to download reports for the following timespan: begindate=2025-01-01&enddate=2025-09-30
The vendor sends the JSON file containing
"Exceptions":[{"Code":3032,"Message":"Usage No Longer Available for Requested Dates","Data":"Usage no longer retained for the following yearmonths(s): 202501, 202502, 202503, 202504, 202505, 202506, 202507, 202508, 202509"}]
The Alma job closes as successfull. The months in question are marked as completed.
Expected behaviour:
Alma should either report the job as "Successfull with exception" and add the exception to the events or it should set the status of the months in question to the message given in the exception.
Kind regards
Andreas Bigger