Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration QueryPeersOnlineStatusError

Index

Enumeration members

QUERY_PEERS_ONLINE_STATUS_ERR_INVALID_ARGUMENT

QUERY_PEERS_ONLINE_STATUS_ERR_INVALID_ARGUMENT: = 2

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

QUERY_PEERS_ONLINE_STATUS_ERR_REJECTED

QUERY_PEERS_ONLINE_STATUS_ERR_REJECTED: = 3

3: RESERVED FOR FUTURE USE

QUERY_PEERS_ONLINE_STATUS_ERR_TIMEOUT

QUERY_PEERS_ONLINE_STATUS_ERR_TIMEOUT: = 4

4: The SDK has not received a response from the server for 10 seconds. The current timeout is set as 10 seconds. The current login timeout is set as six seconds. Possible reasons: The user is in the ABORTED or RECONNECTING state.

QUERY_PEERS_ONLINE_STATUS_ERR_TOO_OFTEN

QUERY_PEERS_ONLINE_STATUS_ERR_TOO_OFTEN: = 5

5: The method call frequency exceeds the limit of 10 calls every five seconds.

QUERY_PEERS_ONLINE_STATUS_ERR_USER_NOT_LOGGED_IN

QUERY_PEERS_ONLINE_STATUS_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 querying the online status.