Topic: Override the global retry and timeout prompts

Is there a way to override the global retry and timeout prompts? The settings section of the QuickFuse interface has a section for default error handling which allows us to specify up to three actions for "silence" or "invalid entry," but in our application we really need to have the capability to use some custom logic at specific points in the application when those error conditions occur so we can recover and transition in a graceful and seamless manner. Specifically, if a timeout/invalid error occurs at a specific node, we'd like to catch the control flow and go to our own custom prompt rather than using the global option. Does such a capability exist?

Re: Override the global retry and timeout prompts

What type of module would you like to override error handlers for?  Most modules (e.g. Simple Menu) have a menu option called "Error handling" that pops out additional nodes.  These nodes do exactly what you need--they override the global error handlers, and call control instead flows out of them when there is a timeout or invalid input.

Re: Override the global retry and timeout prompts

That's exactly what we're looking for! Thanks a lot.