Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PeerSubscriptionStatusError

Index

Enumeration members

PEER_SUBSCRIPTION_STATUS_ERR_FAILURE

PEER_SUBSCRIPTION_STATUS_ERR_FAILURE: = 1

1: Unknown common failure. The user fails to subscribe to or unsubscribe from the status of the specified peer(s).

PEER_SUBSCRIPTION_STATUS_ERR_INVALID_ARGUMENT

PEER_SUBSCRIPTION_STATUS_ERR_INVALID_ARGUMENT: = 2

2: Unknown common failure. The argument is invalid.

PEER_SUBSCRIPTION_STATUS_ERR_OVERFLOW

PEER_SUBSCRIPTION_STATUS_ERR_OVERFLOW: = 6

6: The number of peers, to whom you subscribe, exceeds the limit of 512.

PEER_SUBSCRIPTION_STATUS_ERR_REJECTED

PEER_SUBSCRIPTION_STATUS_ERR_REJECTED: = 3

3: RESERVED FOR FUTURE USE

PEER_SUBSCRIPTION_STATUS_ERR_TIMEOUT

PEER_SUBSCRIPTION_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.

PEER_SUBSCRIPTION_STATUS_ERR_TOO_OFTEN

PEER_SUBSCRIPTION_STATUS_ERR_TOO_OFTEN: = 5

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

PEER_SUBSCRIPTION_STATUS_ERR_USER_NOT_LOGGED_IN

PEER_SUBSCRIPTION_STATUS_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.