StreamClosedError Class

Error thrown if you try to access the stream of a response once closed.

It is thrown if you try to read / stream an ~azure.core.rest.HttpResponse or ~azure.core.rest.AsyncHttpResponse once the response's stream has been closed.

Inheritance
StreamClosedError

Constructor

StreamClosedError(response)

Parameters

response