码迷,mamicode.com
首页 > Windows程序 > 详细

WebSocket API错误码

时间:2018-05-01 23:52:52      阅读:627      评论:0      收藏:0      [点我收藏+]

标签:stat   message   LIDS   auto   取消   with   ble   error   tab   

错误信息返回格式

{
  "id": "id generate by client",
  "status": "error",
  "err-code": "err-code",
  "err-msg": "err-message",
  "ts": 1487152091345
}

注:"ts" 为错误信息生成的时间戳,单位:毫秒

err-msg描述
invalid topic market.invalidsymbol.kline.1min 错误的 symbol
invalid topic market.btccny.kline.3min 错误的 topic
unsub with not subbed topic market.btccny.trade.detail 取消订阅一个尚未订阅的 topic
unsub with not subbed topic not-exists-topic 取消订阅一个不存在的 topic
invalid topic market.invalidsymbol.trade.detail 错误的 symbol

 

 

                                    

WebSocket API错误码

标签:stat   message   LIDS   auto   取消   with   ble   error   tab   

原文地址:https://www.cnblogs.com/zhuminghui/p/8977431.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!