Commit c8fe2e5
[worker] Document response stream disconnected error (#18567)
* [worker] Document response stream disconnected error
This change documents the `responseStreamDisconnected` error `outcome`
seen in CloudFlare worker logs and error metrics.
Previously, this outcome doesn't appear to be documented, but presents
as an error in metrics and presents as a non-error entry in the
CloudFlare Worker Logs. This change aims to reduce confusion going forward.
Changes introducing `responseStreamDisconnected`: cloudflare/workerd#2503
* Update src/content/docs/workers/observability/errors.mdx
* Moved content under metrics heading
---------
Co-authored-by: ToriLindsay <[email protected]>1 parent 6a59a43 commit c8fe2e5
File tree
2 files changed
+3
-0
lines changed- src/content/docs/workers
- observability
- runtime-apis/handlers
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
245 | 247 | | |
246 | 248 | | |
247 | 249 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments