Package us.zoom.sdk
Interface ZoomError
public interface ZoomError
ZOOM error code definitions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Auth fail: account not enable sdkstatic final int
Auth fail: account not supportstatic final int
The Api calls failed because auth client version don't support.static final int
Auth fail: key or secret errorstatic final int
The authentication rate limit is exceeded.static final int
The jwt token to authenticate is wrongstatic final int
The device is not supported by ZOOM.static final int
The domain is not supportstatic final int
The Api calls failed because the key or secret is illegal.static final int
The Api calls failed due to one or more invalid arguments.static final int
The Api calls failed because the network is unavailable.static final int
Api calls successfully.static final int
The 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:
-