Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
Handle server errors that happen during a callback
posted

I'm trying to ensure that our pages have a good user experience when an error occurs on the server.  The current problem I am seeing is when an error occurs during a webcombo page navigation.  When this happens, I can't seem to get information back to the browser.  The browser just sits there as if no error occurred. 

Is there a way to capture the error durring this call back and have the page redirected to our error page?  I can't seem to find any documentation on handeling errors.

Any help would be appreciated.

-Daniel