update eerror docs to use StreamClosed instead of old ResponseClosed (#1913)

Co-authored-by: Tom Christie <tom@tomchristie.com>
This commit is contained in:
iscai-msft 2022-02-09 06:53:49 -05:00 committed by GitHub
parent 4401d55ecf
commit 7d3a5347a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ except httpx.HTTPStatusError as exc:
* StreamConsumed
* ResponseNotRead
* RequestNotRead
* ResponseClosed
* StreamClosed
---