public interface ZoomApiError
Modifier and Type | Field and Description |
---|---|
static int |
ZOOM_API_ERROR_EMAIL_LOGIN_IS_DISABLED |
static int |
ZOOM_API_ERROR_FAILED_CLIENT_INCOMPATIBLE
ZOOM SDK client is not compatible.
|
static int |
ZOOM_API_ERROR_FAILED_NULLPOINTER
ZOOM SDK is not initialized before use.
|
static int |
ZOOM_API_ERROR_FAILED_WRONGPARAMETERS
Failed due to one or more invalid arguments.
|
static int |
ZOOM_API_ERROR_SUCCESS
API calls successfully.
|
static int |
ZOOM_API_INVALID_STATUS
API status is invalid, it can not be called now.
|
static final int ZOOM_API_ERROR_SUCCESS
static final int ZOOM_API_ERROR_FAILED_NULLPOINTER
static final int ZOOM_API_ERROR_FAILED_WRONGPARAMETERS
static final int ZOOM_API_ERROR_FAILED_CLIENT_INCOMPATIBLE
static final int ZOOM_API_ERROR_EMAIL_LOGIN_IS_DISABLED
static final int ZOOM_API_INVALID_STATUS