Public 属性 | |
---|---|
int | RENEW_TOKEN_ERR_OK = 0 |
int | RENEW_TOKEN_ERR_FAILURE = 1 |
int | RENEW_TOKEN_ERR_INVALID_ARGUMENT = 2 |
int | RENEW_TOKEN_ERR_REJECTED = 3 |
int | RENEW_TOKEN_ERR_TOO_OFTEN = 4 |
int | RENEW_TOKEN_ERR_TOKEN_EXPIRED = 5 |
int | RENEW_TOKEN_ERR_INVALID_TOKEN = 6 |
int | RENEW_TOKEN_ERR_NOT_INITIALIZED = 101 |
int | RENEW_TOKEN_ERR_USER_NOT_LOGGED_IN = 102 |
类成员变量说明
RENEW_TOKEN_ERR_FAILURE
int org.ar.rtm.RtmStatusCode.RenewTokenError.RENEW_TOKEN_ERR_FAILURE = 1
1: 方法调用失败。
RENEW_TOKEN_ERR_INVALID_ARGUMENT
int org.ar.rtm.RtmStatusCode.RenewTokenError.RENEW_TOKEN_ERR_INVALID_ARGUMENT = 2
2: 无效的输入参数。
RENEW_TOKEN_ERR_INVALID_TOKEN
int org.ar.rtm.RtmStatusCode.RenewTokenError.RENEW_TOKEN_ERR_INVALID_TOKEN = 6
6: 输入 Token 无效。
RENEW_TOKEN_ERR_NOT_INITIALIZED
int org.ar.rtm.RtmStatusCode.RenewTokenError.RENEW_TOKEN_ERR_NOT_INITIALIZED = 101
101: SDK 未完成初始化。
RENEW_TOKEN_ERR_OK
int org.ar.rtm.RtmStatusCode.RenewTokenError.RENEW_TOKEN_ERR_OK = 0
0: 更新 Token 成功。
RENEW_TOKEN_ERR_REJECTED
int org.ar.rtm.RtmStatusCode.RenewTokenError.RENEW_TOKEN_ERR_REJECTED = 3
3: 预留错误码
RENEW_TOKEN_ERR_TOKEN_EXPIRED
int org.ar.rtm.RtmStatusCode.RenewTokenError.RENEW_TOKEN_ERR_TOKEN_EXPIRED = 5
5: 输入 Token 已过期。
RENEW_TOKEN_ERR_TOO_OFTEN
int org.ar.rtm.RtmStatusCode.RenewTokenError.RENEW_TOKEN_ERR_TOO_OFTEN = 4
4: 方法调用过于频繁。超过 2 次每秒的上限。
RENEW_TOKEN_ERR_USER_NOT_LOGGED_IN
int org.ar.rtm.RtmStatusCode.RenewTokenError.RENEW_TOKEN_ERR_USER_NOT_LOGGED_IN = 102
102: 更新 Token 前未调用 login 方法或者 login 方法调用未成功。