StreamFailure
A classified terminal failure from an LLM response stream.
Class Diagram
Section titled “Class Diagram”---
title: StreamFailure
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class StreamFailure {
+string outcome
+string message
}
Yaml Example
Section titled “Yaml Example”outcome: indeterminatemessage: "SSE stream error: connection reset"Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| outcome | string | Whether the provider outcome is known or requires reconciliation |
| message | string | The human-readable failure message |