You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/methods/streaming.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -687,6 +687,16 @@ An example filter change by the user:
687
687
Note that the `payload` property is not present for `filters_changed` events. And for `delete` and `announcements.delete` the payload is a string, not an object.
688
688
{{</hint>}}
689
689
690
+
## Error responses
691
+
692
+
The streaming server will respond to error conditions with an HTTP 4XX response and a JSON body describing the error. For example:
0 commit comments