im.yixin.sdk.api
接口 BaseResp.ErrCode

包容类:
BaseResp

public static interface BaseResp.ErrCode

返回码值


字段摘要
static int ERR_AUTH_DENIED
          认证被否决
static int ERR_COMM
          一般错误
static int ERR_OK
          正确返回
static int ERR_SENT_FAILED
          发送失败
static int ERR_UNSUPPORT
          不支持错误
static int ERR_USER_CANCEL
          用户取消
 

字段详细信息

ERR_OK

static final int ERR_OK
正确返回

另请参见:
常量字段值

ERR_COMM

static final int ERR_COMM
一般错误

另请参见:
常量字段值

ERR_USER_CANCEL

static final int ERR_USER_CANCEL
用户取消

另请参见:
常量字段值

ERR_SENT_FAILED

static final int ERR_SENT_FAILED
发送失败

另请参见:
常量字段值

ERR_AUTH_DENIED

static final int ERR_AUTH_DENIED
认证被否决

另请参见:
常量字段值

ERR_UNSUPPORT

static final int ERR_UNSUPPORT
不支持错误

另请参见:
常量字段值