Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKErrors.java
Go to the documentation of this file.
1package us.zoom.sdk;
2import us.zoom.internal.IZoomVideoSDKErrors;
3
7public interface ZoomVideoSDKErrors {
9 int Errors_Success = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Success;
11 int Errors_Wrong_Usage = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Wrong_Usage;
13 int Errors_Internal_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Internal_Error;
15 int Errors_Uninitialize = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Uninitialize;
17 int Errors_Memory_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Memory_Error;
19 int Errors_Load_Module_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Load_Module_Error;
21 int Errors_UnLoad_Module_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_UnLoad_Module_Error;
23 int Errors_Invalid_Parameter = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Invalid_Parameter;
25 int Errors_No_Impl = IZoomVideoSDKErrors.ZoomVideoSDKErrors_No_Impl;
27 int Errors_Dont_Support_Feature = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Dont_Support_Feature;
29 int Errors_Unknown = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Unknown;
31 int Errors_Auth_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Auth_Error;
33 int Errors_Auth_Empty_Key_or_Secret = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Auth_Empty_Key_or_Secret;
35 int Errors_Call_Too_Frequently = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Call_Too_Frequently;
37 int Errors_Session_Phone_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Phone_Error;
38
39
41 int Errors_Auth_Wrong_Key_or_Secret = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Auth_Wrong_Key_or_Secret;
43 int Errors_Auth_DoesNot_Support_SDK = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Auth_DoesNot_Support_SDK;
45 int Errors_Auth_Disable_SDK = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Auth_Disable_SDK;
46
48 int Errors_JoinSession_NoSessionName = IZoomVideoSDKErrors.ZoomVideoSDKErrors_JoinSession_NoSessionName;
50 int Errors_JoinSession_NoSessionToken = IZoomVideoSDKErrors.ZoomVideoSDKErrors_JoinSession_NoSessionToken;
52 int Errors_JoinSession_NoUserName = IZoomVideoSDKErrors.ZoomVideoSDKErrors_JoinSession_NoUserName;
54 int Errors_JoinSession_Invalid_SessionName = IZoomVideoSDKErrors.ZoomVideoSDKErrors_JoinSession_Invalid_SessionName;
56 int Errors_JoinSession_Invalid_Password = IZoomVideoSDKErrors.ZoomVideoSDKErrors_JoinSession_Invalid_Password;
58 int Errors_JoinSession_Invalid_SessionToken = IZoomVideoSDKErrors.ZoomVideoSDKErrors_JoinSession_Invalid_SessionToken;
60 int Errors_JoinSession_SessionName_TooLong = IZoomVideoSDKErrors.ZoomVideoSDKErrors_JoinSession_SessionName_TooLong;
62 int Errors_JoinSession_Token_MismatchedSessionName = IZoomVideoSDKErrors.ZoomVideoSDKErrors_JoinSession_Token_MismatchedSessionName;
64 int Errors_JoinSession_Token_NoSessionName = IZoomVideoSDKErrors.ZoomVideoSDKErrors_JoinSession_Token_NoSessionName;
66 int Errors_JoinSession_Token_RoleType_EmptyOrWrong = IZoomVideoSDKErrors.ZoomVideoSDKErrors_JoinSession_Token_RoleType_EmptyOrWrong;
68 int Errors_JoinSession_Token_UserIdentity_TooLong = IZoomVideoSDKErrors.ZoomVideoSDKErrors_JoinSession_Token_UserIdentity_TooLong;
69
71 int Errors_Session_Remote_DB_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Remote_DB_Error;
73 int Errors_Session_Invalid_Param = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Invalid_Param;
75 int Errors_Session_Client_Incompatible = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Client_Incompatible;
76
78 int Errors_Session_Account_FreeMinutesExceeded = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Account_FreeMinutesExceeded;
80 int Errors_Session_Account_FreeCreditExceeded = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Account_FreeCreditExceeded;
82 int Errors_SessionModule_Not_Found = IZoomVideoSDKErrors.ZoomVideoSDKErrors_SessionModule_Not_Found;
84 int Errors_SessionService_Invaild = IZoomVideoSDKErrors.ZoomVideoSDKErrors_SessionService_Invalid;
86 int Errors_Session_Join_Failed = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Join_Failed;
88 int Errors_Session_No_Rights = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_No_Rights;
89
91 int Errors_Session_Already_In_Progress = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Already_In_Progress;
93 int Errors_Session_Dont_Support_SessionType = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Dont_Support_SessionType;
95 int Errors_Session_Reconncting = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Reconnecting;
97 int Errors_Session_Disconnect = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Disconnecting;
99 int Errors_Session_Not_Started = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Not_Started;
101 int Errors_Session_Need_Password = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Need_Password;
103 int Errors_Session_Password_Wrong = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Password_Wrong;
105 int Errors_Dont_Support_Multi_Stream_Video_User = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Dont_Support_Multi_Stream_Video_User;
107 int Errors_Fail_Assign_User_Privilege = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Fail_Assign_User_Privilege;
109 int Errors_No_Recording_In_Process = IZoomVideoSDKErrors.ZoomVideoSDKErrors_No_Recording_In_Process;
111 int Errors_Recording_Is_Connecting = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Recording_Is_Connecting;
112
114 int Errors_Session_Audio_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Audio_Error;
116 int Errors_Session_Audio_No_Microphone = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Audio_No_Microphone;
118 int Errors_Session_Bluetooth_SCO_Connection_Failed = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Bluetooth_SCO_Connection_Failed;
120 int Errors_Session_Video_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Video_Error;
122 int Errors_Session_Video_Device_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Video_Device_Error;
124 int Errors_Session_Live_Stream_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Live_Stream_Error;
125
127 int SDKRawDataError_UNINITIALIZED = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Uninitialize;
129 int RawDataError_MALLOC_FAILED = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_MALLOC_FAILED;
131 int RawDataError_NOT_IN_Session = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_NOT_IN_Session;
133 int RawDataError_NO_LICENSE = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_NO_LICENSE;
135 int RawDataError_VIDEO_MODULE_NOT_READY = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_VIDEO_MODULE_NOT_READY;
137 int RawDataError_VIDEO_MODULE_ERROR = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_VIDEO_MODULE_ERROR;
139 int RawDataError_VIDEO_DEVICE_ERROR = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_VIDEO_DEVICE_ERROR;
141 int RawDataError_NO_VIDEO_DATA = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_NO_VIDEO_DATA;
143 int RawDataError_SHARE_MODULE_NOT_READY = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_SHARE_MODULE_NOT_READY;
145 int RawDataError_SHARE_MODULE_ERROR = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_SHARE_MODULE_ERROR;
147 int RawDataError_NO_SHARE_DATA = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_NO_SHARE_DATA;
149 int SDKRawDataError_SHARE_CANNOT_SUBSCRIBE_MYSELF = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Unknown;
151 int RawDataError_AUDIO_MODULE_NOT_READY = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_AUDIO_MODULE_NOT_READY;
153 int RawDataError_AUDIO_MODULE_ERROR = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_AUDIO_MODULE_ERROR;
155 int RawDataError_NO_AUDIO_DATA = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_NO_AUDIO_DATA;
157 int RawDataError_NO_DEVICE_RUNNING = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_NO_DEVICE_RUNNING;
159 int RawDataError_INIT_DEVICE = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_INIT_DEVICE;
161 int RawDataError_VIRTUAL_DEVICE = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_VIRTUAL_DEVICE;
163 int RawDataError_CANNOT_CHANGE_VIRTUAL_DEVICE_IN_PREVIEW = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_CANNOT_CHANGE_VIRTUAL_DEVICE_IN_PREVIEW;
165 int RawDataError_INTERNAL_ERROR = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_INTERNAL_ERROR;
167 int RawDataError_SEND_TOO_MUCH_DATA_IN_SINGLE_TIME = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_SEND_TOO_MUCH_DATA_IN_SINGLE_TIME;
169 int RawDataError_SEND_TOO_FREQUENTLY = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_SEND_TOO_FREQUENTLY;
171 int RawDataError_VIRTUAL_MIC_IS_TERMINATE = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_VIRTUAL_MIC_IS_TERMINATE;
173 int RawDataError_INVALID_SHARE_PREPROCESSING_DATA_OBJECT = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_INVALID_SHARE_PREPROCESSING_DATA_OBJECT;
175 int RawDataError_RAWDATA_SHARE_PREPROCESSING_IS_STOPPED = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_SHARE_PREPROCESSING_IS_STOPPED;
176
178 int Errors_Session_Share_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Share_Error;
180 int Errors_Session_Share_Module_Not_Ready = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Share_Module_Not_Ready;
182 int Errors_Session_Share_You_Are_Not_Sharing = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Share_You_Are_Not_Sharing;
184 int Errors_Session_Share_Type_Is_Not_Support = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Share_Type_Is_Not_Support;
186 int Errors_Session_Share_Internal_Error = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Share_Internal_Error;
188 int Errors_Session_Share_Camera_Video_Not_Start = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Share_Camera_Video_Not_Start;
190 int Errors_Session_Share_Camera_Conflict_With_Video_Effects = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Share_Camera_Conflict_With_Video_Effects;
192 int Errors_Session_Share_Conflict_With_Whiteboard = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Session_Share_Conflict_With_Whiteboard;
194 int Errors_RAWDATA_PREPROCESS_RAWDATA_ERROR = IZoomVideoSDKErrors.ZoomVideoSDKErrors_RAWDATA_PREPROCESS_RAWDATA_ERROR;
195
197 int Errors_Filetransfer_UnknownError = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Filetransfer_UnknowError;
199 int Errors_Filetransfer_FileTypeBlocked = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Filetransfer_FileTypeBlocked;
201 int Errors_Filetransfer_FileSizelimited = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Filetransfer_FileSizelimited;
202
204 int Errors_Spotlight_NotEnoughUsers = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Spotlight_NotEnoughUsers;
206 int Errors_Spotlight_ToMuchSpotlightedUsers = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Spotlight_ToMuchSpotlightedUsers;
208 int Errors_Spotlight_UserCannotBeSpotlighted = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Spotlight_UserCannotBeSpotlighted;
210 int Errors_Spotlight_UserWithoutVideo = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Spotlight_UserWithoutVideo;
212 int Errors_Spotlight_UserNotSpotlighted = IZoomVideoSDKErrors.ZoomVideoSDKErrors_Spotlight_UserNotSpotlighted;
213
220
221
222}
Enumeration of all errors in the VideoSDK.
int RawDataError_INTERNAL_ERROR
Internal raw data error.
int RawDataError_VIDEO_MODULE_NOT_READY
Video module not ready.
int Errors_Session_Password_Wrong
Incorrect session password.
int RawDataError_MALLOC_FAILED
Memory allocation for raw data failed.
int Errors_JoinSession_NoSessionName
Session name is missing.
int Errors_Recording_Is_Connecting
Recording is connecting.
int RawDataError_INVALID_SHARE_PREPROCESSING_DATA_OBJECT
The share preprocessing data object is invalid.
int Errors_JoinSession_NoSessionToken
Session token is missing.
int Errors_Session_Video_Device_Error
Video device error.
int RawDataError_NO_VIDEO_DATA
No video data available.
int Errors_Session_Account_FreeMinutesExceeded
Join session failed because the account's free minutes have been exceeded.
int Errors_Dont_Support_Multi_Stream_Video_User
Multi stream video user is not supported.
int Errors_Session_Dont_Support_SessionType
Unsupported session type.
int RawDataError_VIDEO_MODULE_ERROR
Video module error.
int Errors_Session_No_Rights
No permission to join session.
int Errors_JoinSession_Token_RoleType_EmptyOrWrong
Role type in token is empty or incorrect.
int Errors_Spotlight_UserWithoutVideo
User has no video to spotlight.
int Errors_Permission_RECORD_AUDIO
No RECORD_AUDIO permission.
int Errors_Session_Share_Camera_Video_Not_Start
Camera video not started for share.
int RawDataError_AUDIO_MODULE_ERROR
Audio module error.
int Errors_SessionModule_Not_Found
Session module not found.
int RawDataError_CANNOT_CHANGE_VIRTUAL_DEVICE_IN_PREVIEW
Cannot change virtual device during preview.
int RawDataError_SHARE_MODULE_ERROR
Share module error.
int Errors_Session_Need_Password
Password is required to join.
int RawDataError_NO_AUDIO_DATA
No audio data available.
int Errors_Filetransfer_FileTypeBlocked
File type is blocked.
int Errors_Permission_READ_PHONE_STATE
No READ_PHONE_STATE permission.
int Errors_Session_Share_Module_Not_Ready
Share module not ready.
int SDKRawDataError_UNINITIALIZED
SDK raw data is not initialized.
int RawDataError_NOT_IN_Session
Not in session.
int Errors_Session_Audio_Error
General audio error.
int Errors_Session_Join_Failed
Failed to join session.
int Errors_Spotlight_ToMuchSpotlightedUsers
Too many spotlighted users.
int Errors_Auth_Error
Authorization failure.
int Errors_Auth_Empty_Key_or_Secret
App key or secret is empty.
int Errors_Session_Already_In_Progress
Already in progress.
int RawDataError_RAWDATA_SHARE_PREPROCESSING_IS_STOPPED
Share preprocessing has stopped.
int Errors_Auth_DoesNot_Support_SDK
SDK is not supported.
int SDKRawDataError_SHARE_CANNOT_SUBSCRIBE_MYSELF
Cannot subscribe to your own share.
int Errors_JoinSession_Token_UserIdentity_TooLong
User identity in token is too long.
int Errors_Session_Share_Conflict_With_Whiteboard
Share conflicts with whiteboard share.
int Errors_SessionService_Invaild
Invalid session service.
int Errors_RAWDATA_PREPROCESS_RAWDATA_ERROR
Raw data pre-processing failed.
int Errors_Session_Video_Error
General video error.
int Errors_Session_Disconnect
Session is disconnecting.
int Errors_Session_Client_Incompatible
Client version is incompatible.
int Errors_Uninitialize
SDK is not initialized.
int RawDataError_NO_DEVICE_RUNNING
No device is running.
int Errors_JoinSession_Token_MismatchedSessionName
Token does not match session name.
int Errors_JoinSession_NoUserName
Username is missing.
int RawDataError_NO_LICENSE
No raw data license.
int Errors_Session_Invalid_Param
Invalid parameter.
int Errors_No_Impl
Function not implemented.
int Errors_Load_Module_Error
Failed to load module.
int RawDataError_INIT_DEVICE
Failed to initialize media device.
int Errors_Filetransfer_UnknownError
Unknown file transfer error.
int Errors_Filetransfer_FileSizelimited
File size exceeds limit.
int RawDataError_SEND_TOO_MUCH_DATA_IN_SINGLE_TIME
Too much data sent at once.
int RawDataError_AUDIO_MODULE_NOT_READY
Audio module not ready.
int Errors_Session_Share_You_Are_Not_Sharing
You are not sharing.
int Errors_Auth_Wrong_Key_or_Secret
App key or secret is incorrect.
int Errors_JoinSession_Invalid_SessionToken
Session token is invalid.
int Errors_Session_Share_Internal_Error
Internal share error.
int Errors_Dont_Support_Feature
Feature not supported.
int RawDataError_VIDEO_DEVICE_ERROR
Video device error.
int Errors_Session_Not_Started
Session has not started.
int Errors_Memory_Error
Memory allocation error.
int Errors_Auth_Disable_SDK
SDK is disabled.
int RawDataError_SEND_TOO_FREQUENTLY
Data sent too frequently.
int Errors_Session_Share_Type_Is_Not_Support
Unsupported share type.
int Errors_JoinSession_Invalid_SessionName
Session name is invalid.
int Errors_Spotlight_UserCannotBeSpotlighted
User cannot be spotlighted.
int Errors_Fail_Assign_User_Privilege
Failed to assign user privilege.
int Errors_UnLoad_Module_Error
Failed to unload module.
int Errors_Session_Live_Stream_Error
Live stream error.
int Errors_Session_Remote_DB_Error
Remote database error.
int RawDataError_VIRTUAL_MIC_IS_TERMINATE
Virtual microphone has been terminated.
int Errors_JoinSession_Invalid_Password
Password is incorrect.
int Errors_Permission_BLUETOOTH_CONNECT
No BLUETOOTH_CONNECT permission.
int Errors_Spotlight_UserNotSpotlighted
User is not spotlighted.
int Errors_No_Recording_In_Process
No recording in process.
int Errors_Session_Audio_No_Microphone
No microphone detected.
int RawDataError_NO_SHARE_DATA
No shared data available.
int Errors_Session_Reconncting
Session is reconnecting.
int Errors_JoinSession_Token_NoSessionName
Token does not contain a session name.
int RawDataError_SHARE_MODULE_NOT_READY
Share module not ready.
int Errors_Session_Share_Camera_Conflict_With_Video_Effects
Camera conflicts with video effects.
int Errors_Spotlight_NotEnoughUsers
Not enough users to spotlight.
int Errors_Invalid_Parameter
One or more parameters are invalid.
int RawDataError_VIRTUAL_DEVICE
Virtual device error.
int Errors_Session_Bluetooth_SCO_Connection_Failed
Bluetooth SCO connection failed.
int Errors_Session_Account_FreeCreditExceeded
Join session failed because the account's free credit has been exceeded.
int Errors_Session_Share_Error
General sharing error.
int Errors_Call_Too_Frequently
API called too frequently.
int Errors_JoinSession_SessionName_TooLong
Session name is too long.