Bug: 500 returned instead of 404 when calling /data with describe
Before the fix : in case of describe (read stats) when the blob is not found OSError exception was raised and catched (as Exception) by wdms which is ansewring a 500. With the fix the OSError is properly catched and a bulknotfound is returned (404)