AgoraRtmSendChannelMessageErrorCode Constants Reference
Declared in | AgoraRtmKit.h |
---|
AgoraRtmSendChannelMessageErrorCode
频道消息发送相关错误码。
Definition
typedef NS_ENUM(NSInteger, AgoraRtmSendChannelMessageErrorCode ) {
AgoraRtmSendChannelMessageErrorOk = 0,
AgoraRtmSendChannelMessageErrorFailure = 1,
AgoraRtmSendChannelMessageErrorTimeout = 2,
AgoraRtmSendChannelMessageTooOften = 3,
AgoraRtmSendChannelMessageInvalidMessage = 4,
AgoraRtmSendChannelMessageErrorNotInitialized = 101,
AgoraRtmSendChannelMessageNotLoggedIn = 102,
};
Constants
AgoraRtmSendChannelMessageErrorOk
-
0: 服务端已接收到频道消息。
Declared In
AgoraRtmKit.h
. AgoraRtmSendChannelMessageErrorFailure
-
1: 频道消息发送失败。
Declared In
AgoraRtmKit.h
. AgoraRtmSendChannelMessageErrorTimeout
-
2: 服务器未收到频道消息或者 SDK 未在 10 秒内收到服务器响应。当前的超时设置为 10 秒。可能原因:用户正处于
AgoraRtmConnectionStateAborted
状态或AgoraRtmConnectionStateReconnecting
状态。Declared In
AgoraRtmKit.h
. AgoraRtmSendChannelMessageTooOften
-
3: 发送消息(点对点消息和频道消息一并计算在内)超过 每 3 秒 180 次的上限。
Declared In
AgoraRtmKit.h
. AgoraRtmSendChannelMessageInvalidMessage
-
4: 消息为 null 或超出 32 KB 的长度限制。
Declared In
AgoraRtmKit.h
. AgoraRtmSendChannelMessageErrorNotInitialized
-
101: SDK 未完成初始化。
Declared In
AgoraRtmKit.h
. AgoraRtmSendChannelMessageNotLoggedIn
-
102: 发送频道消息前未调用 loginByToken 方法或者 loginByToken 方法调用未成功。
Declared In
AgoraRtmKit.h
.
Declared In
AgoraRtmKit.h