class StreamError(RuntimeError):
Known subclasses: httpx.RequestNotRead
, httpx.ResponseNotRead
, httpx.StreamClosed
, httpx.StreamConsumed
The base class for stream exceptions.
The developer made an error in accessing the request stream in an invalid way.
Method | __init__ |
Undocumented |