UNPKG

697 BJSONView Raw
1{
2 "200": "healthy endpoint disconnect"
3 , "308": "stream had ended"
4 , "400": "invalid or malformed request syntax"
5 , "403": "stream token no longer associated with this plot"
6 , "404": "streamtoken not registered or valid"
7 , "405": "bad request method: use POST for streaming"
8 , "406": "bad request header: missing 'plotly-streamtoken'"
9 , "408": "timeout on active data"
10 , "422": "json parse error: please stream newline seperated JSON"
11 , "423": "connection limit associated with this token has been reached"
12 , "449": "stream content has changed, reloading clients"
13 , "500": "internal server error"
14 , "503": "internal database error"
15 , "520": "error in request stream"
16}