Package us.zoom.sdk
Interface ZoomApiError
public interface ZoomApiError
ZOOM application error code definitions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
ZOOM SDK client is not compatible.static final int
ZOOM SDK is not initialized before use.static final int
Failed due to one or more invalid arguments.static final int
API calls successfully.static final int
API status is invalid, it can not be called now.
-
Field Details
-
ZOOM_API_ERROR_SUCCESS
static final int ZOOM_API_ERROR_SUCCESSAPI calls successfully.- See Also:
-
ZOOM_API_ERROR_FAILED_NULLPOINTER
static final int ZOOM_API_ERROR_FAILED_NULLPOINTERZOOM SDK is not initialized before use.- See Also:
-
ZOOM_API_ERROR_FAILED_WRONGPARAMETERS
static final int ZOOM_API_ERROR_FAILED_WRONGPARAMETERSFailed due to one or more invalid arguments.- See Also:
-
ZOOM_API_ERROR_FAILED_CLIENT_INCOMPATIBLE
static final int ZOOM_API_ERROR_FAILED_CLIENT_INCOMPATIBLEZOOM SDK client is not compatible.- See Also:
-
ZOOM_API_ERROR_EMAIL_LOGIN_IS_DISABLED
static final int ZOOM_API_ERROR_EMAIL_LOGIN_IS_DISABLED- See Also:
-
ZOOM_API_INVALID_STATUS
static final int ZOOM_API_INVALID_STATUSAPI status is invalid, it can not be called now.- See Also:
-