hyphenate_SDK3.0 3.7.6.3
hyphenate java IM SDK
Static Public Attributes | List of all members
com.hyphenate.EMError Class Reference

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 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 CALL_INVALID_ID = 800
 
static final int CALL_BUSY = 801
 
static final int CALL_REMOTE_OFFLINE = 802
 
static final int CALL_CONNECTION_ERROR = 803
 
static final int CALL_CONFERENCE_CREATE_FAILED = 804
 
static final int CALL_CONFERENCE_CANCEL = 805
 
static final int CALL_ALREADY_JOIN = 806
 
static final int CALL_ALREADY_PUB = 807
 
static final int CALL_ALREADY_SUB = 808
 
static final int CALL_NO_SESSION = 809
 
static final int CALL_NO_PUBLISH = 810
 
static final int CALL_NO_SUBSCRIBE = 811
 
static final int CALL_NO_STREAM = 812
 
static final int CALL_TICKET_INVALID = 813
 
static final int CALL_TICKET_EXPIRED = 814
 
static final int CALL_SESSION_EXPIRED = 815
 
static final int CALL_CONFERENCE_NO_EXIST = 816
 
static final int CALL_INVALID_CAMERA_INDEX = 817
 
static final int CALL_INVALID_PARAMS = 818
 
static final int CALL_CONNECTION_TIMEOUT = 819
 
static final int CALL_JOIN_TIMEOUT = 820
 
static final int CALL_OTHER_DEVICE = 821
 
static final int CALL_CONFERENCE_DISMISS = 822
 
static final int CALL_TALKER_ISFULL = 823
 
static final int CALL_VIDEO_ISFUll = 824
 
static final int CALL_PUSHCDN_ERROR = 825
 
static final int PUSH_NOT_SUPPORT = 900
 
static final int PUSH_BIND_FAILED = 901
 
static final int PUSH_UNBIND_FAILED = 902
 

Member Data Documentation

◆ CALL_ALREADY_JOIN

final int com.hyphenate.EMError.CALL_ALREADY_JOIN = 806
static

already join

◆ CALL_ALREADY_PUB

final int com.hyphenate.EMError.CALL_ALREADY_PUB = 807
static

already publish

◆ CALL_ALREADY_SUB

final int com.hyphenate.EMError.CALL_ALREADY_SUB = 808
static

already subscribe

◆ CALL_BUSY

final int com.hyphenate.EMError.CALL_BUSY = 801
static

call in process

◆ CALL_CONFERENCE_CANCEL

final int com.hyphenate.EMError.CALL_CONFERENCE_CANCEL = 805
static

english conference cancel

◆ CALL_CONFERENCE_CREATE_FAILED

final int com.hyphenate.EMError.CALL_CONFERENCE_CREATE_FAILED = 804
static

english conference create failed

◆ CALL_CONFERENCE_DISMISS

final int com.hyphenate.EMError.CALL_CONFERENCE_DISMISS = 822
static

Conference dismiss

◆ CALL_CONFERENCE_NO_EXIST

final int com.hyphenate.EMError.CALL_CONFERENCE_NO_EXIST = 816
static

Conference not exist or dismiss

◆ CALL_CONNECTION_ERROR

final int com.hyphenate.EMError.CALL_CONNECTION_ERROR = 803
static

establish connection failed

◆ CALL_CONNECTION_TIMEOUT

final int com.hyphenate.EMError.CALL_CONNECTION_TIMEOUT = 819
static

connection timeout

◆ CALL_INVALID_CAMERA_INDEX

final int com.hyphenate.EMError.CALL_INVALID_CAMERA_INDEX = 817
static

invalid camera index

◆ CALL_INVALID_ID

final int com.hyphenate.EMError.CALL_INVALID_ID = 800
static

call id is invalid

◆ CALL_INVALID_PARAMS

final int com.hyphenate.EMError.CALL_INVALID_PARAMS = 818
static

invalid conference params

◆ CALL_JOIN_TIMEOUT

final int com.hyphenate.EMError.CALL_JOIN_TIMEOUT = 820
static

Call join timeout

◆ CALL_NO_PUBLISH

final int com.hyphenate.EMError.CALL_NO_PUBLISH = 810
static

no publish

◆ CALL_NO_SESSION

final int com.hyphenate.EMError.CALL_NO_SESSION = 809
static

no session

◆ CALL_NO_STREAM

final int com.hyphenate.EMError.CALL_NO_STREAM = 812
static

no stream

◆ CALL_NO_SUBSCRIBE

final int com.hyphenate.EMError.CALL_NO_SUBSCRIBE = 811
static

no subscribe

◆ CALL_OTHER_DEVICE

final int com.hyphenate.EMError.CALL_OTHER_DEVICE = 821
static

Other device join conference

◆ CALL_PUSHCDN_ERROR

final int com.hyphenate.EMError.CALL_PUSHCDN_ERROR = 825
static

Push stream CDN error

◆ CALL_REMOTE_OFFLINE

final int com.hyphenate.EMError.CALL_REMOTE_OFFLINE = 802
static

remote is offline

◆ CALL_SESSION_EXPIRED

final int com.hyphenate.EMError.CALL_SESSION_EXPIRED = 815
static

Conference session expired

◆ CALL_TALKER_ISFULL

final int com.hyphenate.EMError.CALL_TALKER_ISFULL = 823
static

Talker is full

◆ CALL_TICKET_EXPIRED

final int com.hyphenate.EMError.CALL_TICKET_EXPIRED = 814
static

Conference ticket expired

◆ CALL_TICKET_INVALID

final int com.hyphenate.EMError.CALL_TICKET_INVALID = 813
static

Conference ticket invalid

◆ CALL_VIDEO_ISFUll

final int com.hyphenate.EMError.CALL_VIDEO_ISFUll = 824
static

Video is full

◆ CHATROOM_ALREADY_JOINED

final int com.hyphenate.EMError.CHATROOM_ALREADY_JOINED = 701
static

user already joined the chatroom

◆ CHATROOM_INVALID_ID

final int com.hyphenate.EMError.CHATROOM_INVALID_ID = 700
static

invalid chatroom id

◆ CHATROOM_MEMBERS_FULL

final int com.hyphenate.EMError.CHATROOM_MEMBERS_FULL = 704
static

chatroom capacity reached

◆ CHATROOM_NOT_EXIST

final int com.hyphenate.EMError.CHATROOM_NOT_EXIST = 705
static

chatroom does not exist

◆ CHATROOM_NOT_JOINED

final int com.hyphenate.EMError.CHATROOM_NOT_JOINED = 702
static

user has not joined the chatroom

◆ CHATROOM_PERMISSION_DENIED

final int com.hyphenate.EMError.CHATROOM_PERMISSION_DENIED = 703
static

user has no permission for the operation

◆ EM_NO_ERROR

final int com.hyphenate.EMError.EM_NO_ERROR = 0
static

no error

◆ EXCEED_SERVICE_LIMIT

final int com.hyphenate.EMError.EXCEED_SERVICE_LIMIT = 4
static

Exceed to service limit

◆ FILE_CONTENT_IMPROPER

final int com.hyphenate.EMError.FILE_CONTENT_IMPROPER = 406
static

file content improper

◆ FILE_DELETE_FAILED

final int com.hyphenate.EMError.FILE_DELETE_FAILED = 404
static

file delete failed

◆ FILE_DOWNLOAD_FAILED

final int com.hyphenate.EMError.FILE_DOWNLOAD_FAILED = 403
static

file downloading failed

◆ FILE_INVALID

final int com.hyphenate.EMError.FILE_INVALID = 401
static

invalid file

◆ FILE_NOT_FOUND

final int com.hyphenate.EMError.FILE_NOT_FOUND = 400
static

file does not exist

◆ FILE_TOO_LARGE

final int com.hyphenate.EMError.FILE_TOO_LARGE = 405
static

file too large

◆ FILE_UPLOAD_FAILED

final int com.hyphenate.EMError.FILE_UPLOAD_FAILED = 402
static

file uploading failed

◆ GENERAL_ERROR

final int com.hyphenate.EMError.GENERAL_ERROR = 1
static

general error

◆ GROUP_ALREADY_JOINED

final int com.hyphenate.EMError.GROUP_ALREADY_JOINED = 601
static

already joined group

◆ GROUP_INVALID_ID

final int com.hyphenate.EMError.GROUP_INVALID_ID = 600
static

invalid group id

◆ GROUP_MEMBERS_FULL

final int com.hyphenate.EMError.GROUP_MEMBERS_FULL = 604
static

group capacity reached

◆ GROUP_NOT_EXIST

final int com.hyphenate.EMError.GROUP_NOT_EXIST = 605
static

group does not exist

◆ GROUP_NOT_JOINED

final int com.hyphenate.EMError.GROUP_NOT_JOINED = 602
static

user has not joined the group

◆ GROUP_PERMISSION_DENIED

final int com.hyphenate.EMError.GROUP_PERMISSION_DENIED = 603
static

user has no permission for the operation

◆ INVALID_APP_KEY

final int com.hyphenate.EMError.INVALID_APP_KEY = 100
static

app key is invalid

◆ INVALID_PASSWORD

final int com.hyphenate.EMError.INVALID_PASSWORD = 102
static

password is invalid

◆ INVALID_TOKEN

final int com.hyphenate.EMError.INVALID_TOKEN = 104
static

invalid token

◆ INVALID_URL

final int com.hyphenate.EMError.INVALID_URL = 103
static

url is invalid

◆ INVALID_USER_NAME

final int com.hyphenate.EMError.INVALID_USER_NAME = 101
static

username is invalid

◆ MESSAGE_ENCRYPTION_ERROR

final int com.hyphenate.EMError.MESSAGE_ENCRYPTION_ERROR = 503
static

message encryption error

◆ MESSAGE_EXPIRED

final int com.hyphenate.EMError.MESSAGE_EXPIRED = 506
static

message expired

◆ MESSAGE_ILLEGAL_WHITELIST

final int com.hyphenate.EMError.MESSAGE_ILLEGAL_WHITELIST = 507
static

all member muted, user is not in white list

◆ MESSAGE_INCLUDE_ILLEGAL_CONTENT

final int com.hyphenate.EMError.MESSAGE_INCLUDE_ILLEGAL_CONTENT = 501
static

message include illegal content

◆ MESSAGE_INVALID

final int com.hyphenate.EMError.MESSAGE_INVALID = 500
static

invalid message

◆ MESSAGE_RECALL_TIME_LIMIT

final int com.hyphenate.EMError.MESSAGE_RECALL_TIME_LIMIT = 504
static

message recall time limit

◆ MESSAGE_SEND_TRAFFIC_LIMIT

final int com.hyphenate.EMError.MESSAGE_SEND_TRAFFIC_LIMIT = 502
static

message is sent too rapidly, triggering rate limit

◆ NETWORK_ERROR

final int com.hyphenate.EMError.NETWORK_ERROR = 2
static

network not available

◆ PUSH_BIND_FAILED

final int com.hyphenate.EMError.PUSH_BIND_FAILED = 901
static

Push token bind failed.

◆ PUSH_NOT_SUPPORT

final int com.hyphenate.EMError.PUSH_NOT_SUPPORT = 900
static

Current device don't support push.

◆ PUSH_UNBIND_FAILED

final int com.hyphenate.EMError.PUSH_UNBIND_FAILED = 902
static

Push token unbind failed.

◆ SERVER_BUSY

final int com.hyphenate.EMError.SERVER_BUSY = 302
static

server is busy

◆ SERVER_GET_DNSLIST_FAILED

final int com.hyphenate.EMError.SERVER_GET_DNSLIST_FAILED = 304
static

get DNS list failed

◆ SERVER_NOT_REACHABLE

final int com.hyphenate.EMError.SERVER_NOT_REACHABLE = 300
static

server is not reachable

◆ SERVER_SERVICE_RESTRICTED

final int com.hyphenate.EMError.SERVER_SERVICE_RESTRICTED = 305
static

service is restricted

◆ SERVER_TIMEOUT

final int com.hyphenate.EMError.SERVER_TIMEOUT = 301
static

waiting for server response timeout

◆ SERVER_UNKNOWN_ERROR

final int com.hyphenate.EMError.SERVER_UNKNOWN_ERROR = 303
static

unknown server error

◆ SERVICE_ARREARAGES

final int com.hyphenate.EMError.SERVICE_ARREARAGES = 5
static

Need charge for service

◆ SERVICE_NOT_ENABLED

final int com.hyphenate.EMError.SERVICE_NOT_ENABLED = 505
static

service not enabled

◆ USER_ALREADY_EXIST

final int com.hyphenate.EMError.USER_ALREADY_EXIST = 203
static

user already exist

◆ USER_ALREADY_LOGIN

final int com.hyphenate.EMError.USER_ALREADY_LOGIN = 200
static

user already login

◆ USER_AUTHENTICATION_FAILED

final int com.hyphenate.EMError.USER_AUTHENTICATION_FAILED = 202
static

username or password is wrong

◆ USER_BIND_ANOTHER_DEVICE

final int com.hyphenate.EMError.USER_BIND_ANOTHER_DEVICE = 213
static

Bind another device and do not allow auto login

◆ USER_BINDDEVICETOKEN_FAILED

final int com.hyphenate.EMError.USER_BINDDEVICETOKEN_FAILED = 211
static

device token binding failed

◆ USER_ILLEGAL_ARGUMENT

final int com.hyphenate.EMError.USER_ILLEGAL_ARGUMENT = 205
static

illegal argument

◆ USER_KICKED_BY_CHANGE_PASSWORD

final int com.hyphenate.EMError.USER_KICKED_BY_CHANGE_PASSWORD = 216
static

User has changed the password

◆ USER_KICKED_BY_OTHER_DEVICE

final int com.hyphenate.EMError.USER_KICKED_BY_OTHER_DEVICE = 217
static

User was kicked by other device or console backend

◆ USER_LOGIN_ANOTHER_DEVICE

final int com.hyphenate.EMError.USER_LOGIN_ANOTHER_DEVICE = 206
static

user already logged on in another device

◆ USER_LOGIN_TOO_MANY_DEVICES

final int com.hyphenate.EMError.USER_LOGIN_TOO_MANY_DEVICES = 214
static

User login on too many devices

◆ USER_MUTED

final int com.hyphenate.EMError.USER_MUTED = 215
static

User mutes in groups or chatrooms

◆ USER_NAME_TOO_LONG

final int com.hyphenate.EMError.USER_NAME_TOO_LONG = 105
static

username too long

◆ USER_NOT_FOUND

final int com.hyphenate.EMError.USER_NOT_FOUND = 204
static

user does not exist

◆ USER_NOT_LOGIN

final int com.hyphenate.EMError.USER_NOT_LOGIN = 201
static

user has not login

◆ USER_PERMISSION_DENIED

final int com.hyphenate.EMError.USER_PERMISSION_DENIED = 210
static

user has no permission for the operation

◆ USER_REG_FAILED

final int com.hyphenate.EMError.USER_REG_FAILED = 208
static

registration failed

◆ USER_REMOVED

final int com.hyphenate.EMError.USER_REMOVED = 207
static

user has been removed from server

◆ USER_UNBIND_DEVICETOKEN_FAILED

final int com.hyphenate.EMError.USER_UNBIND_DEVICETOKEN_FAILED = 212
static

device token unbinding failed

◆ USER_UPDATEINFO_FAILED

final int com.hyphenate.EMError.USER_UPDATEINFO_FAILED = 209
static

update user info failed


The documentation for this class was generated from the following file: