Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration QueryPeersBySubscriptionOptionError

Index

Enumeration members

QUERY_PEERS_BY_SUBSCRIPTION_OPTION_ERR_FAILURE

QUERY_PEERS_BY_SUBSCRIPTION_OPTION_ERR_FAILURE: = 1

1: Common failure. The user fails to query peer(s) by subscription option type.

QUERY_PEERS_BY_SUBSCRIPTION_OPTION_ERR_TIMEOUT

QUERY_PEERS_BY_SUBSCRIPTION_OPTION_ERR_TIMEOUT: = 2

2: The SDK fails to receive a response from the server within 5 seconds. The current timeout is set as 5 seconds. Possible reasons: The user is in the ABORTED or RECONNECTING state.

QUERY_PEERS_BY_SUBSCRIPTION_OPTION_ERR_TOO_OFTEN

QUERY_PEERS_BY_SUBSCRIPTION_OPTION_ERR_TOO_OFTEN: = 3

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

QUERY_PEERS_BY_SUBSCRIPTION_OPTION_ERR_USER_NOT_LOGGED_IN

QUERY_PEERS_BY_SUBSCRIPTION_OPTION_ERR_USER_NOT_LOGGED_IN: = 102

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