Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomApiError.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface ZoomApiError {
8 public final static int ZOOM_API_ERROR_SUCCESS = 0;
9
11 public final static int ZOOM_API_ERROR_FAILED_NULLPOINTER = 1;
12
14 public final static int ZOOM_API_ERROR_FAILED_WRONGPARAMETERS = 6;
15
17 public final static int ZOOM_API_ERROR_FAILED_CLIENT_INCOMPATIBLE = 8;
18
20 public final static int ZOOM_API_ERROR_EMAIL_LOGIN_IS_DISABLED = 9;
21
23 public final static int ZOOM_API_INVALID_STATUS = 101;
24
25}
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