AgoraRtmChannelMemberCountErrorCode Constants Reference
Declared in | AgoraRtmKit.h |
---|
AgoraRtmChannelMemberCountErrorCode
查询单个或多个指定频道成员人数的相关错误码。
Definition
typedef NS_ENUM(NSInteger, AgoraRtmChannelMemberCountErrorCode ) {
AgoraRtmChannelMemberCountErrorOk = 0,
AgoraRtmChannelMemberCountErrorFailure = 1,
AgoraRtmChannelMemberCountErrorInvalidArgument = 2,
AgoraRtmChannelMemberCountErrorTooOften = 3,
AgoraRtmChannelMemberCountErrorTimeout = 4,
AgoraRtmChannelMemberCountErrorExceedLimit = 5,
AgoraRtmChannelMemberCountErrorNotInitialized = 101,
AgoraRtmChannelMemberCountErrorNotLoggedIn = 102,
};
Constants
AgoraRtmChannelMemberCountErrorOk
-
0: 获取指定频道成员人数成功。
Declared In
AgoraRtmKit.h
. AgoraRtmChannelMemberCountErrorFailure
-
1: 通用未知错误。
Declared In
AgoraRtmKit.h
. AgoraRtmChannelMemberCountErrorInvalidArgument
-
2: 频道 ID 无效。
Declared In
AgoraRtmKit.h
. AgoraRtmChannelMemberCountErrorTooOften
-
3: 方法调用过于频繁。超过每秒 1 次的限制。
Declared In
AgoraRtmKit.h
. AgoraRtmChannelMemberCountErrorTimeout
-
4: 服务器响应超时。当前的当前的超时设定为 5 秒。
Declared In
AgoraRtmKit.h
. AgoraRtmChannelMemberCountErrorExceedLimit
-
5: 查询频道数超过 32 条上限。
Declared In
AgoraRtmKit.h
. AgoraRtmChannelMemberCountErrorNotInitialized
-
101: Agora RTM 服务未完成初始化。
Declared In
AgoraRtmKit.h
. AgoraRtmChannelMemberCountErrorNotLoggedIn
-
102: 本次操作前未调用 loginByToken 方法或者 loginByToken 方法调用未成功。
Declared In
AgoraRtmKit.h
.
Declared In
AgoraRtmKit.h