Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomApiError.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
8public interface ZoomApiError {
12 public final static int ZOOM_API_ERROR_SUCCESS = 0;
13
17 public final static int ZOOM_API_ERROR_FAILED_NULLPOINTER = 1;
18
22 public final static int ZOOM_API_ERROR_FAILED_WRONGPARAMETERS = 6;
23
27 public final static int ZOOM_API_ERROR_FAILED_CLIENT_INCOMPATIBLE = 8;
28
29 public final static int ZOOM_API_ERROR_EMAIL_LOGIN_IS_DISABLED = 9;
30
34 public final static int ZOOM_API_INVALID_STATUS = 101;
35
36}
ZOOM application error code definitions.
static final int ZOOM_API_ERROR_FAILED_WRONGPARAMETERS
static final int ZOOM_API_ERROR_SUCCESS
static final int ZOOM_API_ERROR_FAILED_CLIENT_INCOMPATIBLE
static final int ZOOM_API_ERROR_FAILED_NULLPOINTER
static final int ZOOM_API_INVALID_STATUS
static final int ZOOM_API_ERROR_EMAIL_LOGIN_IS_DISABLED