Skip to content

WS_error_code

zhuyangtao edited this page Oct 18, 2019 · 1 revision

Error Code

Error Information return format

{
  "channel": "xxx channel",
  "error": 
  {
       "code": "xxx",
       "msg":"xxx"
  }
}
code msg
2003 Cookie expired
3009 Illegal subscription channel
3010 websocket connection error
3017 Illegal subscribe event
4003 The server is busy, please try again later

Clone this wiki locally