<error_node>

The node to advance to if there is a connection error or timeout in <get_info commid=""> or a long polling or voice recognition session (see <long_poll connect=""> and <voice_rec>), or if a file defined within <preload> tags is not found.

Flash has a built-in connection timeout of approximately five seconds, so the application will proceed to the error node if this timeout is reached. This timeout cannot be overridden.

If no error node is specified and the connection times out, the user will receive a generic "connection failed" message from Flash.

Child of: <get_info commid="">, <long_poll connect="">, <preload>, <voice_rec>
Parent of: Nothing

Example:

<error_node>voice_rec_error</error_node>