public static interface BaseResp.ErrCode
限定符和类型 | 字段和说明 |
---|---|
static int |
ERR_AUTH_DENIED
Authentication failed
认证被否决
|
static int |
ERR_BAN
banned
被屏蔽所有操作,可能由于签名不正确或无权限
|
static int |
ERR_COMM
General errors
一般错误
|
static int |
ERR_OK
Returned normally
正确返回
|
static int |
ERR_SENT_FAILED
Unable to send
发送失败
|
static int |
ERR_UNSUPPORT
Unsupport error
不支持错误
|
static int |
ERR_USER_CANCEL
User canceled
用户取消
|
static final int ERR_OK
static final int ERR_COMM
static final int ERR_USER_CANCEL
static final int ERR_SENT_FAILED
static final int ERR_AUTH_DENIED
static final int ERR_UNSUPPORT
static final int ERR_BAN