documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Streaming documentation missing any mention of this error object

Open daprice opened this issue 1 year ago • 0 comments

I’m seeing WebSocket connections sending errors in the form of:

{
  "error": "Something went wrong",
  "status": 400
}

This is not only not mentioned in the streaming documentation, but the docs incorrectly claim that the socket only sends Event objects, which these errors are not.

daprice avatar Aug 12 '24 21:08 daprice