Hi Experts,
I have one object table for which I have defined the Target to Entity set for the container section table as below.

with this target I load the data for the Object table which the binding is via String Target to the Navigation Property.

Data loading is fine, and it shows data properly in the table as well.
Only issue I am facing is if there is error thrown by EntitySet from the BE, those errors are not shown on the UI and I just see a blank ObjectTable, Here I would like to show the error received from the BE or even a static error message would suffice. Please suggest on how can I capture the event after this call fails.