StreamConsumedError Class

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

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 consumed.

Inheritance
StreamConsumedError

Constructor

StreamConsumedError(response)

Parameters

response