wildfire-im-sdk
Version:
野火IM SDK for Vue3 projects
31 lines (30 loc) • 1.28 kB
TypeScript
export default class ErrorCode {
static kEcServerSecrectKeyMismatch: number;
static kEcServerInvalidData: number;
static kEcServerServerError: number;
static kEcServerNotModified: number;
static kEcServerTokenIncorrect: number;
static kConnectionStatusKickedOff: number;
static kEcServerUserForbidden: number;
static kEcServerNotInGroup: number;
static kEcServerInvalidMessage: number;
static kEcServerGroupAlreadyExist: number;
static kEcServerPasswordIncorrect: number;
static kEcServerFriendAlreadyRequested: number;
static kEcServerFriendRequestOverFrequency: number;
static kEcServerFriendRquestBlocked: number;
static kEcServerFriendRequestOvertime: number;
static kEcServerNotInChatroom: number;
static kEcServerNotLicensed: number;
static kEcWebsocketNotConfigured: number;
static kEcServerTimeInconsistent: number;
static kEcServerUserIsBlocked: number;
static kEcServerInBlacklist: number;
static kEcServerForbidden_send_msg: number;
static kEcServerNotRight: number;
static kEcServerTimeout: number;
static kEcServerOverFrequence: number;
static kEcServerInvalidParameter: number;
static kEcServerNotExist: number;
static kEcServerNotImplement: number;
}