Errors Preview
Errors Preview centralizes problems raised by workers in a run.
Typical Error Types
- Network/API failures (timeouts, 4xx/5xx responses)
- Validation errors (missing required parameter)
- Data shape mismatches
- Rate limiting warnings
Using the View
- Open Errors Preview from the workflow or worker context.
- Each entry includes a message and often a worker reference.
Resolution Steps
- Identify the first failing worker (later errors may cascade).
- Open its parameter window and adjust configuration.
- Re-run and re-check Data Preview before moving forward.
Best Practices
- Fix upstream errors first—they often resolve downstream noise.
- Keep an eye on recurring transient errors; consider adding retries (if available).
Next: Combining Workers.