ResponseNotReadError Class

Error thrown if you try to access a response's content without reading first.

It is thrown if you try to access an ~azure.core.rest.HttpResponse or ~azure.core.rest.AsyncHttpResponse's content without first reading the response's bytes in first.

Inheritance
ResponseNotReadError

Constructor

ResponseNotReadError(response)

Parameters

response