agora-edu-core
Version:
Core APIs for building an online classroom
21 lines (20 loc) • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.AGServiceErrorCode = void 0;
let AGServiceErrorCode = exports.AGServiceErrorCode = /*#__PURE__*/function (AGServiceErrorCode) {
AGServiceErrorCode[AGServiceErrorCode["SERV_CANNOT_JOIN_ROOM"] = 30403100] = "SERV_CANNOT_JOIN_ROOM";
AGServiceErrorCode[AGServiceErrorCode["SERV_PROCESS_CONFLICT"] = 20409000] = "SERV_PROCESS_CONFLICT";
AGServiceErrorCode[AGServiceErrorCode["SERV_ACCEPT_NOT_FOUND"] = 30404462] = "SERV_ACCEPT_NOT_FOUND";
AGServiceErrorCode[AGServiceErrorCode["SERV_ACCEPT_MAX_COUNT"] = 30429461] = "SERV_ACCEPT_MAX_COUNT";
AGServiceErrorCode[AGServiceErrorCode["SERV_SCREEN_NOT_SHARED"] = 30409103] = "SERV_SCREEN_NOT_SHARED";
AGServiceErrorCode[AGServiceErrorCode["SERV_HAND_UP_CONFLICT"] = 30409460] = "SERV_HAND_UP_CONFLICT";
AGServiceErrorCode[AGServiceErrorCode["SERV_USER_BEING_INVITED"] = 30409601] = "SERV_USER_BEING_INVITED";
AGServiceErrorCode[AGServiceErrorCode["SERV_USER_NOT_ONLINE"] = 20410200] = "SERV_USER_NOT_ONLINE";
AGServiceErrorCode[AGServiceErrorCode["SERV_ROOM_NOT_EXIST"] = 20404100] = "SERV_ROOM_NOT_EXIST";
AGServiceErrorCode[AGServiceErrorCode["SERV_ROLE_LIMIT_EXCEEDED"] = 20403001] = "SERV_ROLE_LIMIT_EXCEEDED";
AGServiceErrorCode[AGServiceErrorCode["SERV_PERSONS_LIMIT_EXCEEDED"] = 20403002] = "SERV_PERSONS_LIMIT_EXCEEDED";
AGServiceErrorCode[AGServiceErrorCode["SERV_ROOM_IS_END"] = 30410100] = "SERV_ROOM_IS_END";
return AGServiceErrorCode;
}({});