Package us.zoom.sdk
Interface ZoomError
public interface ZoomError
ZOOM error code definitions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAuth fail: account not enable sdkstatic final intAuth fail: account not supportstatic final intThe Api calls failed because auth client version don't support.static final intAuth fail: key or secret errorstatic final intThe authentication rate limit is exceeded.static final intThe jwt token to authenticate is wrongstatic final intThe device is not supported by ZOOM.static final intThe domain is not supportstatic final intThe Api calls failed because the key or secret is illegal.static final intThe Api calls failed due to one or more invalid arguments.static final intThe Api calls failed because the network is unavailable.static final intApi calls successfully.static final intThe Api calls failed due to an unknown reason.
-
Field Details
-
ZOOM_ERROR_SUCCESS
static final int ZOOM_ERROR_SUCCESSApi calls successfully.- See Also:
-
ZOOM_ERROR_INVALID_ARGUMENTS
static final int ZOOM_ERROR_INVALID_ARGUMENTSThe Api calls failed due to one or more invalid arguments.- See Also:
-
ZOOM_ERROR_ILLEGAL_APP_KEY_OR_SECRET
static final int ZOOM_ERROR_ILLEGAL_APP_KEY_OR_SECRETThe Api calls failed because the key or secret is illegal.- See Also:
-
ZOOM_ERROR_NETWORK_UNAVAILABLE
static final int ZOOM_ERROR_NETWORK_UNAVAILABLEThe Api calls failed because the network is unavailable.- See Also:
-
ZOOM_ERROR_AUTHRET_CLIENT_INCOMPATIBLE
static final int ZOOM_ERROR_AUTHRET_CLIENT_INCOMPATIBLEThe Api calls failed because auth client version don't support.- See Also:
-
ZOOM_ERROR_AUTHRET_TOKENWRONG
static final int ZOOM_ERROR_AUTHRET_TOKENWRONGThe jwt token to authenticate is wrong- See Also:
-
ZOOM_ERROR_AUTHRET_KEY_OR_SECRET_ERROR
static final int ZOOM_ERROR_AUTHRET_KEY_OR_SECRET_ERRORAuth fail: key or secret error- See Also:
-
ZOOM_ERROR_AUTHRET_ACCOUNT_NOT_SUPPORT
static final int ZOOM_ERROR_AUTHRET_ACCOUNT_NOT_SUPPORTAuth fail: account not support- See Also:
-
ZOOM_ERROR_AUTHRET_ACCOUNT_NOT_ENABLE_SDK
static final int ZOOM_ERROR_AUTHRET_ACCOUNT_NOT_ENABLE_SDKAuth fail: account not enable sdk- See Also:
-
ZOOM_ERROR_AUTHRET_LIMIT_EXCEEDED_EXCEPTION
static final int ZOOM_ERROR_AUTHRET_LIMIT_EXCEEDED_EXCEPTIONThe authentication rate limit is exceeded.- See Also:
-
ZOOM_ERROR_DEVICE_NOT_SUPPORTED
static final int ZOOM_ERROR_DEVICE_NOT_SUPPORTEDThe device is not supported by ZOOM.- See Also:
-
ZOOM_ERROR_UNKNOWN
static final int ZOOM_ERROR_UNKNOWNThe Api calls failed due to an unknown reason.- See Also:
-
ZOOM_ERROR_DOMAIN_DONT_SUPPORT
static final int ZOOM_ERROR_DOMAIN_DONT_SUPPORTThe domain is not support- See Also:
-