M
Mohammed Siraj
Guest
Iram, for exception and errors generated in documented API functions, Rollbase will call an error handler function i.e. 'rbv_errorsCallback', if configured. That is, this function should be defined by end-users interested in error callbacks. That is, once you define rbv_errorsCallback = function(errorDetails,apiMethodName){ alert('Error in: '+apiMethodName); }; if there is an error while executing any documented API function like rbv_api.selectQuery2, this error handler function will be called with error details.
Continue reading...
Continue reading...