Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RenewTokenError

Index

Enumeration members

RENEW_TOKEN_ERR_FAILURE

RENEW_TOKEN_ERR_FAILURE: = 1

1: Common failure. The user fails to renew the token.

RENEW_TOKEN_ERR_INVALID_ARGUMENT

RENEW_TOKEN_ERR_INVALID_ARGUMENT: = 2

2: The method call fails. The argument is invalid.

RENEW_TOKEN_ERR_INVALID_TOKEN

RENEW_TOKEN_ERR_INVALID_TOKEN: = 6

6: The token is invalid. Check whether you used the correct method to generate the token.

RENEW_TOKEN_ERR_REJECTED

RENEW_TOKEN_ERR_REJECTED: = 3

3: RESERVED FOR FUTURE USE

RENEW_TOKEN_ERR_TOKEN_EXPIRED

RENEW_TOKEN_ERR_TOKEN_EXPIRED: = 5

5: The token has expired. You need to generate a new token.

RENEW_TOKEN_ERR_TOO_OFTEN

RENEW_TOKEN_ERR_TOO_OFTEN: = 4

4: The method call frequency exceeds the limit of two queries per second.

RENEW_TOKEN_ERR_USER_NOT_LOGGED_IN

RENEW_TOKEN_ERR_USER_NOT_LOGGED_IN: = 102

102: The user does not call the login method, or the method call of login does not succeed before renewing the token.