Dashboardopencode-loreSSEStreamLimitError classification

SSEStreamLimitError classification

Category: gotcha
Confidence: 1.00
ID: 01a0b35a-909e-72f9-af2f-cbcfbab841e9
Project ID: 6f4be9ff-ed84-4cca-a9e7-732a0b0b8677
Cross-project: No
Recalled in other projects: 0
Source session: 0UrU2maRZ0QK42VNl
Created: 2026-09-12 13:19:03
Updated: 2026-09-18 07:10:52

Content

Trap: wrapping every SSE reader/parser failure as a transport error looks consistent because each stops stream consumption, but SSEStreamLimitError is a deterministic local resource-limit decision; retrying or reclassifying it hides the real failure. Fix: rethrow it unchanged before generic conversion; only inactivity and ordinary reader failures become SSEStreamTransportError.

Move to: