Quote:
Originally Posted by ownedbycats
In general (not just for template issues) I think it would be a good idea to prompt "this action failed, continue rest of chain?" Some chains depend on specific action (or a series of actions) working correctly while others don't.
|
How do you know that it failed? Syntax errors and exceptions are the easy ones.
Perhaps I should offer an error mechanism in the template language so that the template itself can indicate that something went wrong. Something like error('message') that throws a python ValueError.