...
...
Table of Contents
timeout 0
timeout 0 occurs when the predefined client timeout has been reached.
...
This can be customised by adding the following code snippet to your answerSpace.
https://gist.github.com/jokeyrhyme/9f93805fe86c9f37f7e3
There are 2 snippets here, the ajax-spy.js will just help you figure out if the timeout is not being set properly.
...
externalJavaScript. That may mean a JavaScript-hosting Interaction, or CDN asset, etc.
error 0
error 0 is the default error shown by the client when a form action was unable to complete successfully.
If the client was unable to complete the form action (eg. submit the form), the message “unable to complete form action error 0 Submission stored in the pending queue.” will be displayed.
This error is most commonly displayed when the network connection is interrupted after the user has pressed submit on a form but before the form was successfully submitted (eg. intermittent or CDN asset, etcnonexistent cellular network / wifi connection).
error 0 is the last attempt by the client to provide the user with a graceful failure. Because error 0 is a client side error and only occurs at a point when the client has not received any error / success codes from the server there is very limited information available to display.