HttpStreamErrorEvent
HttpStreamErrorEvent
Section titled “HttpStreamErrorEvent”Kind: class
Source: src/graphrefly/_facade.py:142
Signature
Section titled “Signature”HttpStreamErrorEvent(error: BaseException, kind: Literal['Error'] = 'Error')Description
Section titled “Description”Streaming driver event carrying a host-side stream error.
Attributes
Section titled “Attributes”| Name | Type | Description |
|---|---|---|
error | BaseException | |
kind | Literal['Error'] |