I’d like my scenario to react differently to different errors.
E.g. first module sends a temporary error => retry; it sends a permanent error => break
It seems I can’t use a router to add multiple error handlers, so what can I do?
Basically I need a router for errors.
Welcome to the Make community!
In the error handling route, you can add a router and filters. You can set each route to handle different types of errors based on the filter.
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
@samliew so this is not with an error module but with a filter + normal modules?
can you show me the any error filter there?
If you see the dots, those with non-solid circles depict an error handling route, which you can only add by right-clicking a module.
Right click and select “Add error handler”
For more information on error handling, see:
- Introduction to errors and warnings in Make
- Overview of error handling in Make
- Error handlers
- Overview of error handling in Make
- Watch these videos by Make - Learn all about error handling (YouTube playlist)
- Webhook Error Handling
- Types of Errors (including RateLimitError HTTP 429: too many requests)
The filters will depend on what type of errors are returned when the module throws an error, so you will have to provide more information about your situation if you need help setting up the filters.
I highly recommend doing the Make Academy, since this is all covered there.
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!