Error handling for multiple errors

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.

samliewrequest 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”
Screenshot_2024-04-13_220413

For more information on error handling, see:

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.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!