Skip to content
PACKAGES

HttpStreamErrorEvent

Kind: class

Source: src/graphrefly/_facade.py:142

HttpStreamErrorEvent(error: BaseException, kind: Literal['Error'] = 'Error')

Streaming driver event carrying a host-side stream error.

NameTypeDescription
errorBaseException
kindLiteral['Error']