Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration GetChannelMemberCountErrCode

Index

Enumeration members

GET_CHANNEL_MEMBER_COUNT_ERR_EXCEED_LIMIT

GET_CHANNEL_MEMBER_COUNT_ERR_EXCEED_LIMIT: = 5

5: The number of the channels you query exceeds the limit of 32.

GET_CHANNEL_MEMBER_COUNT_ERR_FAILURE

GET_CHANNEL_MEMBER_COUNT_ERR_FAILURE: = 1

1: Unknown common failure.

GET_CHANNEL_MEMBER_COUNT_ERR_INVALID_ARGUMENT

GET_CHANNEL_MEMBER_COUNT_ERR_INVALID_ARGUMENT: = 2

2: One or several of your channelID is invalid.

GET_CHANNEL_MEMBER_COUNT_ERR_NOT_INITIALIZED

GET_CHANNEL_MEMBER_COUNT_ERR_NOT_INITIALIZED: = 101

101: The SDK is not initialized.

GET_CHANNEL_MEMBER_COUNT_ERR_TIMEOUT

GET_CHANNEL_MEMBER_COUNT_ERR_TIMEOUT: = 4

4: A timeout occurs during this operation. The current timeout is set as five seconds.

GET_CHANNEL_MEMBER_COUNT_ERR_TOO_OFTEN

GET_CHANNEL_MEMBER_COUNT_ERR_TOO_OFTEN: = 3

3: The method call frequency exceeds the limit of one query per second.

GET_CHANNEL_MEMBER_COUNT_ERR_USER_NOT_LOGGED_IN

GET_CHANNEL_MEMBER_COUNT_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 the attribute operation.