|
Meeting SDK for Android API Reference
|
Zoom application error code definitions. More...
Static Public Attributes | |
| static final int | ZOOM_API_ERROR_SUCCESS = 0 |
| static final int | ZOOM_API_ERROR_FAILED_NULLPOINTER = 1 |
| static final int | ZOOM_API_ERROR_FAILED_WRONGPARAMETERS = 6 |
| static final int | ZOOM_API_ERROR_FAILED_CLIENT_INCOMPATIBLE = 8 |
| static final int | ZOOM_API_ERROR_EMAIL_LOGIN_IS_DISABLED = 9 |
| static final int | ZOOM_API_INVALID_STATUS = 101 |
Zoom application error code definitions.
Definition at line 6 of file ZoomApiError.java.
|
static |
Email login is disabled.
Definition at line 20 of file ZoomApiError.java.
|
static |
Zoom SDK client is not compatible.
Definition at line 17 of file ZoomApiError.java.
|
static |
Zoom SDK is not initialized before use.
Definition at line 11 of file ZoomApiError.java.
|
static |
Fails due to one or more invalid arguments.
Definition at line 14 of file ZoomApiError.java.
|
static |
API calls successfully.
Definition at line 8 of file ZoomApiError.java.
|
static |
API status is invalid. It cannot be called now.
Definition at line 23 of file ZoomApiError.java.