Error types
Zespan classifies errors into four categories:| Type | Description |
|---|---|
| Model error | The LLM returned an error response (e.g. content policy violation, invalid request) |
| Tool error | A tool call threw an exception or returned an error status |
| Timeout | A span exceeded its deadline — either an LLM call or a tool invocation |
| Rate limit | A 429 response from a model provider |
Error list
The error list shows all errors in the selected time range, with:- Error message (truncated to 200 characters)
- Error type
- Agent that produced the error
- Model (for model errors)
- Tool name (for tool errors)
- Timestamp and count (how many times this exact error occurred)

