IncompleteStreamException
class IncompleteStreamException(message: String = "Stream completed without receiving an End frame", cause: Throwable? = null) : Exception(source)
Signals that a streaming response terminated without receiving a StreamFrame.End frame.
This typically indicates a dropped network connection during SSE streaming, where the underlying transport (e.g., Ktor SSE) completes the flow normally instead of propagating an error.