| 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 8 of file ZoomApiError.java.
| 
 | static | 
Definition at line 29 of file ZoomApiError.java.
| 
 | static | 
ZOOM SDK client is not compatible.
Definition at line 27 of file ZoomApiError.java.
| 
 | static | 
ZOOM SDK is not initialized before use.
Definition at line 17 of file ZoomApiError.java.
| 
 | static | 
Failed due to one or more invalid arguments.
Definition at line 22 of file ZoomApiError.java.
| 
 | static | 
API calls successfully.
Definition at line 12 of file ZoomApiError.java.
| 
 | static | 
API status is invalid, it can not be called now. 
 
Definition at line 34 of file ZoomApiError.java.