Handle errors so scenarios don’t stop
You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be ignored or retried after a short period. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw errors and get switched off.
Error directives can only be added to an error handler route
1. Right click a module and select “Add error handler”
2. Error handlers will appear
For more information on error handling, see:
- Introduction to errors and warnings
- How to handle errors
- Types of Errors, including RateLimitError (HTTP 429: too many requests)
- Webhook Error Handling
- Make error handling YouTube playlist (YouTube playlist)
Hope this helps! If you are still having trouble, please provide more details.
— @samliew

