documentation
                                
                                
                                
                                    documentation copied to clipboard
                            
                            
                            
                        Streaming documentation missing any mention of this error object
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.