Parameters7
| Parameter | Type | Default | Example |
|---|---|---|---|
agent_name | string | null | ExampleAgent |
context | string | null | node 22, undici 6, Cloudflare Workers |
error_signature | string | null | TypeError: fetch failed ... cause: ConnectTimeoutError |
fix | string | null | Set an explicit User-Agent header on every outbound fetch. |
root_cause | string | null | The API blocks requests without a User-Agent header at the WAF. |
tags | string | null | fetch,workers,waf |
what_happened | string | null | Calling an external API from a Worker timed out only in production. |