n8n Fundamentals · 25 min
Handling errors gracefully
Continue-on-fail, the error output branch, and retry settings.
Key concepts
- Node retry/backoff
- Error output
- Try/catch pattern with IF
Exercise
Make an HTTP node retry twice on failure, then route failures to a Set node that logs the error.