public interface ZoomError
Modifier and Type | Field and Description |
---|---|
static int |
ZOOM_ERROR_AUTHRET_CLIENT_INCOMPATIBLEE
The Api calls failed because auth client version don't support.
|
static int |
ZOOM_ERROR_DEVICE_NOT_SUPPORTED
The device is not supported by ZOOM.
|
static int |
ZOOM_ERROR_ILLEGAL_APP_KEY_OR_SECRET
The Api calls failed because the key or secret is illegal.
|
static int |
ZOOM_ERROR_INVALID_ARGUMENTS
The Api calls failed due to one or more invalid arguments.
|
static int |
ZOOM_ERROR_NETWORK_UNAVAILABLE
The Api calls failed because the network is unavailable.
|
static int |
ZOOM_ERROR_SUCCESS
Api calls successfully.
|
static int |
ZOOM_ERROR_UNKNOWN
The Api calls failed due to an unknown reason.
|
static final int ZOOM_ERROR_SUCCESS
static final int ZOOM_ERROR_INVALID_ARGUMENTS
static final int ZOOM_ERROR_ILLEGAL_APP_KEY_OR_SECRET
static final int ZOOM_ERROR_NETWORK_UNAVAILABLE
static final int ZOOM_ERROR_AUTHRET_CLIENT_INCOMPATIBLEE
static final int ZOOM_ERROR_DEVICE_NOT_SUPPORTED
static final int ZOOM_ERROR_UNKNOWN