There are times that our services are failing that are tied to our oj-table's. The user doesn't know the service fails - they just report that its not returning any data. Does anyone know of a way where we can capture the error in the service call and display this error to the user? I know I could do this by doing the .fetch of the collection manually, but I would prefer to let the table do the fetch internally and just capture any 500 status codes from there.