Hello Experts,
I'm unable to figure out on how to display error message if there is a failure in oData Binding.
I know that we have methods ( error() and success() ) that we could use if we call the oData from the controller succeeds or fails. But how to display the error message to the user if the oData call from the XML view fails?
I'm using the following code in my XML View:
<Select items="{path: '/profileDetSet'}">
<core:Item key="{Profile}" text="{Description}"/>
</Select>
I've more than one Select and a table too in my View. How can we catch the error if the Binding fails for some reason from the backend?
Thanks & Regards,
Soundarya