I'm trying to read an OData but I'm getting this error and I don't understand why:
The function which I invoke is the below:
_getHanaData: function() {
var xsODataModel = new sap.ui.model.odata.v2.ODataModel("/catalog/");
// ...
},
As shown in the image below, metadata are retrieved and the status of request is 200: