agora_chat_SDK
3.8.2
agorajavachatSDK
|
Static Public Attributes | |
static final int | EM_NO_ERROR = 0 |
static final int | GENERAL_ERROR = 1 |
static final int | NETWORK_ERROR = 2 |
static final int | EXCEED_SERVICE_LIMIT = 4 |
static final int | SERVICE_ARREARAGES = 5 |
static final int | INVALID_APP_KEY = 100 |
static final int | INVALID_USER_NAME = 101 |
static final int | INVALID_PASSWORD = 102 |
static final int | INVALID_URL = 103 |
static final int | INVALID_TOKEN = 104 |
static final int | USER_NAME_TOO_LONG = 105 |
static final int | USER_ALREADY_LOGIN = 200 |
static final int | USER_NOT_LOGIN = 201 |
static final int | USER_AUTHENTICATION_FAILED = 202 |
static final int | USER_ALREADY_EXIST = 203 |
static final int | USER_NOT_FOUND = 204 |
static final int | USER_ILLEGAL_ARGUMENT = 205 |
static final int | USER_LOGIN_ANOTHER_DEVICE = 206 |
static final int | USER_REMOVED = 207 |
static final int | USER_REG_FAILED = 208 |
static final int | USER_UPDATEINFO_FAILED = 209 |
static final int | USER_PERMISSION_DENIED = 210 |
static final int | USER_BINDDEVICETOKEN_FAILED = 211 |
static final int | USER_UNBIND_DEVICETOKEN_FAILED = 212 |
static final int | USER_BIND_ANOTHER_DEVICE = 213 |
static final int | USER_LOGIN_TOO_MANY_DEVICES = 214 |
static final int | USER_MUTED = 215 |
static final int | USER_KICKED_BY_CHANGE_PASSWORD = 216 |
static final int | USER_KICKED_BY_OTHER_DEVICE = 217 |
static final int | SERVER_NOT_REACHABLE = 300 |
static final int | SERVER_TIMEOUT = 301 |
static final int | SERVER_BUSY = 302 |
static final int | SERVER_UNKNOWN_ERROR = 303 |
static final int | SERVER_GET_DNSLIST_FAILED = 304 |
static final int | SERVER_SERVICE_RESTRICTED = 305 |
static final int | FILE_NOT_FOUND = 400 |
static final int | FILE_INVALID = 401 |
static final int | FILE_UPLOAD_FAILED = 402 |
static final int | FILE_DOWNLOAD_FAILED = 403 |
static final int | FILE_DELETE_FAILED = 404 |
static final int | FILE_TOO_LARGE = 405 |
static final int | FILE_CONTENT_IMPROPER = 406 |
static final int | MESSAGE_INVALID = 500 |
static final int | MESSAGE_INCLUDE_ILLEGAL_CONTENT = 501 |
static final int | MESSAGE_SEND_TRAFFIC_LIMIT = 502 |
static final int | MESSAGE_ENCRYPTION_ERROR = 503 |
static final int | MESSAGE_RECALL_TIME_LIMIT = 504 |
static final int | SERVICE_NOT_ENABLED = 505 |
static final int | MESSAGE_EXPIRED = 506 |
static final int | MESSAGE_ILLEGAL_WHITELIST = 507 |
static final int | MESSAGE_EXTERNAL_LOGIC_BLOCKED = 508 |
static final int | GROUP_INVALID_ID = 600 |
static final int | GROUP_ALREADY_JOINED = 601 |
static final int | GROUP_NOT_JOINED = 602 |
static final int | GROUP_PERMISSION_DENIED = 603 |
static final int | GROUP_MEMBERS_FULL = 604 |
static final int | GROUP_NOT_EXIST = 605 |
static final int | CHATROOM_INVALID_ID = 700 |
static final int | CHATROOM_ALREADY_JOINED = 701 |
static final int | CHATROOM_NOT_JOINED = 702 |
static final int | CHATROOM_PERMISSION_DENIED = 703 |
static final int | CHATROOM_MEMBERS_FULL = 704 |
static final int | CHATROOM_NOT_EXIST = 705 |
static final int | PUSH_NOT_SUPPORT = 900 |
static final int | PUSH_BIND_FAILED = 901 |
static final int | PUSH_UNBIND_FAILED = 902 |
Error constant class in SDK Defines error codes commonly used in SDK
|
static |
User already has joined the chatroom
|
static |
Invalid chatroom id
|
static |
Chatroom capacity reached
|
static |
Chatroom does not exist
|
static |
User has not joined the chatroom
|
static |
User has no permission for the operation
|
static |
No error
|
static |
Exceed to service limit
|
static |
File content improper
|
static |
File delete failed
|
static |
File downloading failed
|
static |
Invalid file
|
static |
File does not exist
|
static |
File too large
|
static |
File uploading failed
|
static |
General error, not defined errors are generally thrown with this error code
|
static |
Already joined group
|
static |
Invalid group id
|
static |
Group capacity reached
|
static |
Group does not exist
|
static |
User has not joined the group
|
static |
User has no permission for the operation
|
static |
App key is invalid
|
static |
Password is invalid
|
static |
Invalid token
|
static |
Url is invalid
|
static |
Username is invalid
|
static |
Message encryption error
|
static |
Message has expired
|
static |
Message was blocked by pre-delivery webhook
|
static |
All member muted, user is not in white list
|
static |
Message include illegal content
|
static |
Invalid message
|
static |
Message recall timeout
|
static |
Message is sent too rapidly, triggering rate limit
|
static |
Network not available
|
static |
Push token bind failed
|
static |
Current device don't support push
|
static |
Push token unbind failed
|
static |
Server is busy
|
static |
Get DNS list failed
|
static |
Server is not reachable
|
static |
Service is restricted
|
static |
Waiting for server response timeout
|
static |
Unknown server error
|
static |
Need charge for service
|
static |
Service not enabled
|
static |
User already exist
|
static |
User already logged in
|
static |
Username or password is wrong
|
static |
Bind another device and do not allow auto login
|
static |
Device token binding failed
|
static |
Illegal argument
|
static |
User has changed the password
|
static |
User was kicked by other device or console backend
|
static |
User already logged in on another device
|
static |
User login on too many devices
|
static |
User are muted in groups or chatrooms
|
static |
Username too long
|
static |
user does not exist
|
static |
User has not login
|
static |
User has no permission for the operation
|
static |
Registration failed
|
static |
User has been removed from server
|
static |
Device token unbinding failed
|
static |
Update user info failed